aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2017-01-02 12:39:30 +0100
committerGitHub <noreply@github.com>2017-01-02 12:39:30 +0100
commit84be0d9c8601649485dbfb9d8747ca584070c9c0 (patch)
tree4e93de61f4984ff2a1acddb7ad8d9f47089c78dd /config-model
parent8aaf2662c79c7809415e2103ce2c0cc4037f312c (diff)
parentdf665039ee373cba401fb063d1ace572af79701a (diff)
Merge pull request #1354 from yahoo/kraune/disklimit-0.8
set new disk feed block at 80%
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/test/java/com/yahoo/vespa/model/content/ContentSearchClusterTest.java2
1 files changed, 1 insertions, 1 deletions
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());
}