Skip to content

Commit

Permalink
Merge pull request #4272 from vespa-engine/hmusum/reduce-zookeeper-pr…
Browse files Browse the repository at this point in the history
…e-alloc-bytes

Reduce zookeeper-pre-alloc-size from 64k to 16k
  • Loading branch information
hmusum authored Nov 17, 2024
2 parents 882819f + e4ca91e commit dc797a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
{ "id" : "symmetric-put-and-activate-replica-selection", "rules" : [ { "value" : true } ] },
{ "id" : "enforce-strictly-increasing-cluster-state-versions", "rules" : [ { "value" : true } ] },
{ "id" : "distribution-config-from-cluster-controller", "rules" : [ { "value" : true } ] },
{ "id" : "config-server-session-expiry-time", "rules" : [ { "value" : 30 } ] }
{ "id" : "config-server-session-expiry-time", "rules" : [ { "value" : 30 } ] },
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] }
]
}

0 comments on commit dc797a8

Please sign in to comment.