What is the limit of maximum connection (-c)? Is there any drawback
for setting it too high?
Currently our worker settings are
<IfModule mpm_worker_module>
ServerLimit           40
StartServers          10
MaxClients          2000
MinSpareThreads      500
MaxSpareThreads     2000
ThreadsPerChild       50
MaxRequestsPerChild    0
</IfModule>

and the memcache startup is ./memcached -u nobody -d -m 512 -l ?.?.?.?
-p 11211 -c 20000

Is it optimal to set 20000 connections and 512MB memory for memcache?

Kindly give recommendation please.

Thank you very much.

wrm rgrds,
bud

Reply via email to