Search results for "opencart lack innodb"

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

…m one of my servers): [mysqld] safe-show-database net_buffer_length = 1M max_allowed_packet = 4M myisam_sort_buffer_size = 24M sort_buffer = 8M key_buffer = 32M table_cache = 1000 query_cache_size = 128M thread_cache_size = 8 innodb_buffer_pool_size = 22M join_buffer_size = 12M tmp_table_size = 64M max_heap_table_size = 32M max_connections = 85 This is for example only! table_cache should be set a little higher than the total number of tables (s… 5, 0, 1, 0 and 18.84

Comments { 1 }

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

… the cache is working well. If you see exit(communication error) then you have issues, probably cache full and fragmented. Fragmentation Explained Fragmentation is a measure of the non-available portion of apc.shm_size due to lack of contiguous memory large enough to accept new cache items. 100% fragmentation means the available memory is broken into hundreds of small pieces that are too small to accept new cache items. This occurs when cached it… 2, 0, 0, 0 and 6.55

Comments { 43 }