views:

607

answers:

2

I'm runnning MySQL 5.0.45/ PHP Version 5.2.6 / CentOS with Plesk.

I get occasionaly a burst of "Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug"

Global memory is not the issue since I have about 620M free.

Anyone know what could be the cause for this?

Thanks

A: 

Any ulimit style restrictions?

Otherwise AppArmor or things like that come to mind.

Daniel Schneller
I don't think its AppArmor or something similar. it happens occasionaly not alwaysHow can I check for ulimit style restrictions and whether my setting exceeds them?
Nir
+1  A: 

This is bug 20815, mysql is using too much stack space for threads. Try upgrading to at least 5.0.48 or 5.1.21.