High Ram usage
Mem: 1025160k av, 999620k used, 25540k free, 0k shrd, 63852k buff210904k active, 720044k inactive
Swap: 787176k av, 5308k used, 781868k free 675620k cached
Other than adding more physical RAM to the box, how can I reduce the use by configuring my.cnf or httpd.conf?
Pentium 4 3.0Ghz with hyperthreading. 1Gig of Ram.
set-variable = max_connections=500
set-variable = key_buffer=48M
set-variable = join_buffer=1M
set-variable = record_buffer=1M
set-variable = sort_buffer=2M
set-variable = table_cache=1024
set-variable = thread_cache=8
set-variable = wait_timeout=10
set-variable = connect_timeout=10
set-variable = thread_concurrency=2
set-variable = query_cache_limit=1M
set-variable = query_cache_size=32M
set-variable = query_cache_type=1
StartServers 16
MinSpareServers 8
MaxSpareServers 20
MaxClients 500
MaxRequestsPerChild 10000
Thanks for your help