Commit b15b892a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Increas shmem size to 8M


git-svn-id: http://www.varnish-cache.org/svn/trunk@341 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0ba6aeb4
...@@ -530,7 +530,7 @@ main(int argc, char *argv[]) ...@@ -530,7 +530,7 @@ main(int argc, char *argv[])
*/ */
open_tcp(portnumber); open_tcp(portnumber);
VSL_MgtInit(SHMLOG_FILENAME, 1024*1024); VSL_MgtInit(SHMLOG_FILENAME, 8*1024*1024);
testme(); testme();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment