خود اسکریپت اومده بصورت Default سرورتون رو مثلا به شکل زیر تنظیم میکنه :
tmp_table_size (> 32M)
max_heap_table_size (> 16M)
table_cache (> 64)
innodb_buffer_pool_size (>= 9M)
شما میتونی بری قسمت etc/my.cnf و موارد زیر را در این قسمت my.cnf اضافه و مدیریت کنی .
کد:
tmp_table_size = 64M
max_heap_table_size = 32M
table_cache = 128
innodb_buffer_pool_size=10M