Package: varnish
Version: 1.0.2-3

The /etc/defaults/varnish file sets VARNISH_MAX_WORKER_THREADS to the
string "INF".

That, in turn becomes an argument to varnishd in the form -w 1,INF,10

That string is then processed by varnishd using the strtoul() and since
the letters "INF" don't really qualify as an unsigned long, something
else is sent which causes varnish performance to be next to useless.
Changing this to a number produces an expected performance level (~6000
requests/sec with zero errors, vs almost 100% errors with the default
value).

Cheers,
-- 
Chris Jones
  [EMAIL PROTECTED]
   www.canonical.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to