Welcome to Centmin Mod Community
Register Now

MariaDB [Warning] option 'innodb-sort-buffer-size': unsigned value..

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by rdan, Jul 10, 2014.

  1. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    3:21 AM
    Mainline
    10.2
    On my.conf, I got this:
    On /var/log/mysqld.log
    I got one warning:
    How to correct this warning @eva2000 ?
    Thank You!

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    5:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    set it back to Centmin Mod set size of 2M

    Code:
    innodb_sort_buffer_size=2M
    that variable has a max value of 64M

    http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_sort_buffer_size

     
  3. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    3:21 AM
    Mainline
    10.2
    Thanks a lot Eva!
    Adjusted (y)