Learn about Centmin Mod LEMP Stack today
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,403
    1,354
    113
    May 25, 2014
    Ratings:
    +2,128
    Local Time:
    9:34 PM
    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

    49,891
    11,489
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,848
    Local Time:
    11:34 PM
    Nginx 1.21.x
    MariaDB 10.x
    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,403
    1,354
    113
    May 25, 2014
    Ratings:
    +2,128
    Local Time:
    9:34 PM
    Mainline
    10.2
    Thanks a lot Eva!
    Adjusted (y)