Skip to content

Commit

Permalink
Accommodate increasing Quarkus memory requirements by giving tests mo…
Browse files Browse the repository at this point in the history
…re memory
  • Loading branch information
holly-cummins committed Jun 17, 2024
1 parent 0a54fe3 commit 7bb78d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected void run(boolean performCompile, LaunchMode mode, boolean skipAnalytic
//running at once, if they add default to 75% of total mem we can easily run out
//of physical memory as they will consume way more than what they need instead of
//just running GC
args.add("-Djvm.args='-Xmx140m'");
args.add("-Djvm.args='-Xmx160m'");
running.execute(args, Map.of());
}

Expand Down

0 comments on commit 7bb78d6

Please sign in to comment.