Join the community today
Become a Member

Beta Branch add tools/setio.sh

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 6, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    3:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add tools/setio.sh

    Used to dynamically measure and set MySQL innodb_io_capacity variable's value based on measured server disk write I/O performance. Based on tests done at https://community.centminmod.com/threads/help-test-innodbio-sh-for-mysql-tuning.6012/. Will be integrated into 123.09beta01's initial installation setup routine so innodb_io_capacity variable is set optimally for the user's server. You can also re-run tools/setio.sh manually to re-adjust the innodb_io_capacity variable value whenever you need to do it i.e. after upgrading disk configurations or expanding disk configuration which change the underlying disk write I/O performance.

    Continue reading...

    123.09beta01 branch


     
  2. rdan

    rdan Well-Known Member

    5,447
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    1:06 PM
    Mainline
    10.2
    Bug?
    Incompatible with MariaDB 10.6.x, it still adds:
    Which is removed already.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    3:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah it's a bug haven't gotten around to making tools/setio.sh MariaDB 10.5/10.6 compatible :)