We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324defe commit 0daec49Copy full SHA for 0daec49
make/RunTests.gmk
@@ -738,7 +738,7 @@ define SetupRunJtregTestBody
738
739
# Make sure MaxRAMPercentage is high enough to not cause OOM or swapping since
740
# we may end up with a lot of JVM's
741
- $1_JTREG_MAX_RAM_PERCENTAGE := $$(shell $$(EXPR) 25 / $$($1_JTREG_JOBS))
+ $1_JTREG_MAX_RAM_PERCENTAGE := $$(shell $(AWK) 'BEGIN { print 25 / $$($1_JTREG_JOBS); }')
742
743
JTREG_TIMEOUT_FACTOR ?= 4
744
0 commit comments