Skip to content

Commit

Permalink
misc(test): increase test memory slightly (#12439)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Jan 22, 2025
1 parent 7f17e53 commit bb4d6bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public interface SearchTestContainer {

String SEARCH_JAVA_OPTS = "-Xms446m -Xmx446m -XX:MaxDirectMemorySize=368435456";
String SEARCH_JAVA_OPTS = "-Xms512m -Xmx512m -XX:MaxDirectMemorySize=368435456";

Duration STARTUP_TIMEOUT = Duration.ofMinutes(5); // usually < 1min

Expand Down

0 comments on commit bb4d6bc

Please sign in to comment.