CoreBOSBB

Full Version: [ solved ] Tunning for MySQL and apache
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today I use this parameters

query_cache_size=100M
innodb_buffer_pool_size=200M
innodb_additional_mem_pool = 20M
join_buffer_size = 8M
tmp_table_size = 64M
sort_buffer_size = 8M
query_cache_limit =2M

Considering new coreBOS resource what kind changes, you suggest me for better performance
I did better my performance with double for each value in my.cnf and install a php-fpm

Maybe can help you get a best performance in your install too.