[experimental-ims] 8156c29 Restore old nuke_limit, as 10 seems to be too low

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


commit 8156c297082a43396324f062bdc97aba2a9af2ec
Author: Andreas Plesner Jacobsen <apj at marvin.nerd.dk>
Date:   Fri Sep 9 13:33:38 2011 +0200

    Restore old nuke_limit, as 10 seems to be too low
    
    Fixes #1012

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index de93679..33101bb 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -622,7 +622,7 @@ static const struct parspec input_parspec[] = {
 		"Maximum number of objects we attempt to nuke in order"
 		"to make space for a object body.",
 		EXPERIMENTAL,
-		"10", "allocations" },
+		"50", "allocations" },
 	{ "fetch_chunksize",
 		tweak_uint, &master.fetch_chunksize, 4, UINT_MAX / 1024.,
 		"The default chunksize used by fetcher. "



More information about the varnish-commit mailing list