r341 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 6 10:45:38 CEST 2006


Author: phk
Date: 2006-07-06 10:45:38 +0200 (Thu, 06 Jul 2006)
New Revision: 341

Modified:
   trunk/varnish-cache/bin/varnishd/varnishd.c
Log:
Increas shmem size to 8M


Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-06 08:45:23 UTC (rev 340)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-07-06 08:45:38 UTC (rev 341)
@@ -530,7 +530,7 @@
 	 */
 	open_tcp(portnumber);
 
-	VSL_MgtInit(SHMLOG_FILENAME, 1024*1024);
+	VSL_MgtInit(SHMLOG_FILENAME, 8*1024*1024);
 
 	testme();
 




More information about the varnish-commit mailing list