hotspot/test/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk10-hs Cdiff hotspot/test/Makefile

hotspot/test/Makefile

Print this page

        

*** 68,79 **** CONCURRENCY := 1 else ifeq ($(shell expr $(CONCURRENCY) \> 12), 1) CONCURRENCY := 12 endif ! # Make sure MaxRAMFraction is high enough to not cause OOM or swapping since we may end up with a lot of JVM's ! JTREG_BASIC_OPTIONS += -vmoption:-XX:MaxRAMFraction=$(shell expr $(CONCURRENCY) \* 4) # Include the common base file with most of the logic include ../../test/TestCommon.gmk ################################################################ --- 68,79 ---- CONCURRENCY := 1 else ifeq ($(shell expr $(CONCURRENCY) \> 12), 1) CONCURRENCY := 12 endif ! # Make sure MaxRAMPercentage is high enough to not cause OOM or swapping since we may end up with a lot of JVM's ! JTREG_BASIC_OPTIONS += -vmoption:-XX:MaxRAMPercentage=$(shell expr 25 / $(CONCURRENCY)) # Include the common base file with most of the logic include ../../test/TestCommon.gmk ################################################################
hotspot/test/Makefile
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File