On Wed, Nov 07, 2007 at 02:16:02PM +0800, Gea-Suan Lin wrote: > The running command is: > > sudo /usr/bin/env -i /usr/local/sbin/varnishd -a 60.199.247.x:80 -f > /usr/local/etc/varnish/image.vcl -h classic,1048583 -P /var/run/varnishd.pid > -s file,/home/service/varnish-cache.mmap,32G -T 127.0.0.1:11957 -t 7200 -w > 4096
btw, I've tried another command (just without -t 7200, to use default value 120): sudo /usr/bin/env -i /usr/local/sbin/varnishd -a 60.199.247.x:80 -f /usr/local/etc/varnish/image.vcl -h classic,1048583 -P /var/run/varnishd.pid -s file,/home/service/varnish-cache.mmap,32G -T 127.0.0.1:11957 -w 4096 And this one works fine. (but lower hitrate) -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
