Hi,
I am having this MySQL error message popping up and disappears. MySQL connect Error: Can't create new thread (error 11 "Resource temporarily unavailable");
I adjusted the settings on limits.conf as advised on forums, but it i think it didn't work. This is a cluster setup. 1 DB, 1 Web and 3 Telephony servers.
# cat /etc/security/limits.conf
mysql soft nproc 10240
mysql hard nproc 40960
any suggestions?
Thanks.