Walter
Well-known member
[mysqld]
key_buffer_size = 12G
innodb_buffer_pool_size=134217728
key_buffer ist for Myisam, try to reduce this to a sensible size.
innodb is what Xenforo uses by default and you only have 128 MB of Innodb buffers. Depending on the size of your forum try to raise this to e.g. 10G:
key_buffer_size = 1G
innodb_buffer_pool_size=12G
But this is only a rough guideline, true optimization depends on what your server does and how many posts you have and and and.... And there are other optimizations you can do.