File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
buildSrc/src/main/java/org/opensearch/gradle/testclusters Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,12 @@ public class OpenSearchNode implements TestClusterConfiguration {
116116 private static final TimeUnit NODE_UP_TIMEOUT_UNIT = TimeUnit .MINUTES ;
117117 private static final int ADDITIONAL_CONFIG_TIMEOUT = 15 ;
118118 private static final TimeUnit ADDITIONAL_CONFIG_TIMEOUT_UNIT = TimeUnit .SECONDS ;
119- private static final List <String > OVERRIDABLE_SETTINGS = Arrays .asList ("path.repo" , "discovery.seed_providers" , "discovery.seed_hosts" );
119+ private static final List <String > OVERRIDABLE_SETTINGS = Arrays .asList (
120+ "path.repo" ,
121+ "discovery.seed_providers" ,
122+ "discovery.seed_hosts" ,
123+ "indices.breaker.total.use_real_memory"
124+ );
120125
121126 private static final int TAIL_LOG_MESSAGES_COUNT = 40 ;
122127 private static final List <String > MESSAGES_WE_DONT_CARE_ABOUT = Arrays .asList (
You can’t perform that action at this time.
0 commit comments