Skip to content

Commit

Permalink
Address PR comment, remove unnecessary heap mangling
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Nov 25, 2019
1 parent f5aa265 commit 289f776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void test71BindMountCustomPathWithDifferentUID() throws Exception {
// Restart the container
final Map<Path, Path> volumes = Map.of(tempEsDataDir.toAbsolutePath(), installation.data);

runContainer(distribution(), volumes, Map.of("ES_JAVA_OPTS", "-Xms512m -Xmx512m"));
runContainer(distribution(), volumes, null);

waitForElasticsearch(installation);

Expand Down

0 comments on commit 289f776

Please sign in to comment.