This worked for me.
innodb_buffer_pool_size = 10G # 10GB (for InnoDB)
key_buffer_size = 256M # For MyISAM (although Zimbra uses InnoDB)
read_buffer_size = 2M # Increase from 1M to 2M
sort_buffer_size = 4M # For sort operations
max_connections = 50 # Reduce if there aren't many concurrent connections
I had 16GB of memory and was only using 2.3GB in innodb_buffer_pool_size.
innodb_buffer_pool_size = 10G # 10GB (for InnoDB)
key_buffer_size = 256M # For MyISAM (although Zimbra uses InnoDB)
read_buffer_size = 2M # Increase from 1M to 2M
sort_buffer_size = 4M # For sort operations
max_connections = 50 # Reduce if there aren't many concurrent connections
I had 16GB of memory and was only using 2.3GB in innodb_buffer_pool_size.
Statistics: Posted by jonathanconde1 — Fri Apr 25, 2025 4:52 pm