From df665039ee373cba401fb063d1ace572af79701a Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Mon, 19 Dec 2016 15:06:23 +0100 Subject: set new disk feed block at 80% - VESPA-3494 --- .../java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-model') diff --git a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java index 593fb6d85e9..bdac69f2a9f 100644 --- a/config-model/src/test/java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java +++ b/config-model/src/test/java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java @@ -65,7 +65,7 @@ public class ContentSearchClusterTest { @Test public void requireThatOnlyMemoryLimitCanBeSet() throws Exception { - assertProtonResourceLimits(0.9, 0.77, + assertProtonResourceLimits(0.8, 0.77, new ContentClusterBuilder().protonMemoryLimit(0.77).getXml()); } -- cgit v1.2.3