[experimental-ims] 5facfd3 Make the default -s file size 100MB rather than 50% of free disk space

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:51:45 CET 2012


commit 5facfd3ce2639309a7a02a9e21cea738cc43f12d
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Sep 6 13:51:04 2011 +0200

    Make the default -s file size 100MB rather than 50% of free disk space

diff --git a/bin/varnishd/storage_file.c b/bin/varnishd/storage_file.c
index ea78526..7687179 100644
--- a/bin/varnishd/storage_file.c
+++ b/bin/varnishd/storage_file.c
@@ -116,7 +116,7 @@ smf_initfile(struct stevedore *st, struct smf_sc *sc, const char *size)
 	/* XXX: force block allocation here or in open ? */
 }
 
-static const char default_size[] = "50%";
+static const char default_size[] = "100M";
 static const char default_filename[] = ".";
 
 static void



More information about the varnish-commit mailing list