Skip to content

Commit cc19206

Browse files
david-leifkereagle-25
authored andcommitted
misc(test): increase test memory slightly (datahub-project#12439)
1 parent 6e955ee commit cc19206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-io/src/test/java/io/datahubproject/test/search/SearchTestContainer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public interface SearchTestContainer {
77

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

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

0 commit comments

Comments
 (0)