Join the community today
Become a Member

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,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    5:15 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

    50,455
    11,659
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,078
    Local Time:
    7:15 AM
    Nginx 1.25.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,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    5:15 AM
    Mainline
    10.2
    Thanks a lot Eva!
    Adjusted (y)