Skip to content

Commit

Permalink
Merge pull request #31099 from vespa-engine/hakonhall/enable-new-cfg-…
Browse files Browse the repository at this point in the history
…jvm-heap-calculation

Enable new cfg JVM heap calculation
  • Loading branch information
freva authored May 2, 2024
2 parents 8d8ac82 + e8770b0 commit 1fb0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class Flags {
"Takes effect on next deployment of an applications.");

public static final UnboundBooleanFlag FIX_CONFIG_SERVER_HEAP = defineFeatureFlag(
"fix-config-server-heap", false,
"fix-config-server-heap", true,
List.of("hakonhall"), "2024-04-23", "2024-05-23",
"Base the calculation of the config server JVM heap size on the amount of memory available to the container.",
"Takes effect on start of config server Podman container");
Expand Down

0 comments on commit 1fb0545

Please sign in to comment.