summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-02-15 11:54:12 +0000
committerGeir Storli <geirst@yahooinc.com>2022-02-15 11:54:12 +0000
commit3af8639238f21c9693206cdc941124dc7e6cf3d8 (patch)
treeaa2771cfe3993ae107211872633c6f52d21e91cf /searchcore
parentd29d335828d98e248f1cb593882d2d4f08fe702c (diff)
Adjust attribute-address-space resource limits.
Feed blocked is now always decided in the cluster controller, and the new limit of 90% matches what was used in proton previously.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 81f8b49eb49..808535924f1 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -446,7 +446,7 @@ initialize.threads int default = 0
## Portion of max address space used in components in attribute vectors
## before put and update operations in feed is blocked.
-writefilter.attribute.address_space_limit double default = 0.9
+writefilter.attribute.address_space_limit double default = 0.92
## Portion of physical memory that can be resident memory in anonymous mapping
## by the proton process before put and update portion of feed is blocked.