Mailing List Archive

create worker thread failed 12 Cannot allocate memory
Helo,

varnish was stopped with this error:

0 CLI Rd ping
0 CLI Wr 0 200 PONG 1183565922
0 Debug "Create worker thread failed 12 Cannot allocate memory"
0 CLI Rd ping
0 CLI Wr 0 200 PONG 1183565925
0 Debug "Create worker thread failed 12 Cannot allocate memory"
0 Debug "Create worker thread failed 12 Cannot allocate memory"
0 Debug "Create worker thread failed 12 Cannot allocate memory"
0 Debug "Create worker thread failed 12 Cannot allocate memory"
0 CLI Rd ping
0 CLI Wr 0 200 PONG 1183565928

any suggestions ?
create worker thread failed 12 Cannot allocate memory [ In reply to ]
jean-marc pouchoulon <jean-marc.pouchoulon at ac-montpellier.fr> writes:
> varnish was stopped with this error:
>
> 0 CLI Rd ping
> 0 CLI Wr 0 200 PONG 1183565922
> 0 Debug "Create worker thread failed 12 Cannot allocate memory"
> 0 CLI Rd ping
> 0 CLI Wr 0 200 PONG 1183565925
> 0 Debug "Create worker thread failed 12 Cannot allocate memory"
> 0 Debug "Create worker thread failed 12 Cannot allocate memory"
> 0 Debug "Create worker thread failed 12 Cannot allocate memory"
> 0 Debug "Create worker thread failed 12 Cannot allocate memory"
> 0 CLI Rd ping
> 0 CLI Wr 0 200 PONG 1183565928
>
> any suggestions ?

Add RAM or reduce maxthreads.

DES
--
Dag-Erling Sm?rgrav
Senior Software Developer
Linpro AS - www.linpro.no
Re: Create worker thread failed 12 Cannot allocate memory [ In reply to ]
i686 GNU/Linux....i have also set the ulimit value as 500000...and worker proces 2048 but still the same error
Re: Create worker thread failed 12 Cannot allocate memory [ In reply to ]
ulimit -n 50000 :)
Re: Create worker thread failed 12 Cannot allocate memory [ In reply to ]
i don't know if it's logic...i just try everythink ... is there any possibility to cache object in RAM ? If not then can you tell waht should i do remove this error ...
Re: Create worker thread failed 12 Cannot allocate memory [ In reply to ]
maybe can i decrease value of workers and increase value of child process ... is there any chance to do it ?