CoreBOSBB
[ solved ] Tunning for MySQL and apache - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [ solved ] Tunning for MySQL and apache (/showthread.php?tid=1583)



[ solved ] Tunning for MySQL and apache - rslemer - 09-13-2019

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


RE: Tunning for MySQL - rslemer - 09-18-2019

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.