Sorry for the lack of info, been a long few days.
Quote:
Mysql
key_buffer = 16M
max_allowed_packet = 64M
thread_stack = 192K
thread_cache_size = 8
myisam-recover = BACKUP
max_connections = 50
table_cache = 1000
table_definition_cache = 1000
thread_concurrency = 12
query_cache_limit = 1M
query_cache_size = 12M
Quote:
Apache
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 5
MaxClients 150
MaxRequestsPerChild 1000
</IfModule>
Was using the following for apache:
Quote:
StartServers 1
MinSpareServers 3
MaxSpareServers 5
MaxClients 50
MaxRequestsPerChild 1000
Same thing.
On the server I'm running VB4, Mysql, Postfix (outgoing only) , Apache.