Re: Create worker thread failed 12 Cannot allocate memory

2007-07-30 Thread rad_kam
i686 GNU/Linuxi have also set the ulimit value as 50...and worker proces 2048 but still the same error ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

Re: Create worker thread failed 12 Cannot allocate memory

2007-07-30 Thread rad_kam
ulimit -n 5 :) ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

WARNING: storage file size reduced to.....

2007-07-30 Thread rad_kam
when i run varnish i get this messages: WARNING: storage file size reduced to 1073741824 due to system limitations WARNING: storage file size reduced to 11756049694 (80% of available disk space) NB: Limiting size to 2GB on 32 bit architecture to prevent running out of address space. Specifiy

TxHeader host and RxHeader host

2007-07-29 Thread rad_kam
you wrote: vcl_recv { if (req.http.host ~ ^(www\.)?example.com$) { req.backend = example_backend; req.http.host = backend.example.com; } else { error 404 Unknown virtual host; } } i have : backend other { set backend.host = mywebsite; set