From e360a60cdb63d4a1998a177967de221ff8b468ee Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 6 Jul 2006 08:45:38 +0000 Subject: [PATCH] Increas shmem size to 8M git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@341 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/varnishd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/varnishd.c b/varnish-cache/bin/varnishd/varnishd.c index f2746411..dab4eff9 100644 --- a/varnish-cache/bin/varnishd/varnishd.c +++ b/varnish-cache/bin/varnishd/varnishd.c @@ -530,7 +530,7 @@ main(int argc, char *argv[]) */ open_tcp(portnumber); - VSL_MgtInit(SHMLOG_FILENAME, 1024*1024); + VSL_MgtInit(SHMLOG_FILENAME, 8*1024*1024); testme(); -- 2.39.5