Skip to content

Commit 2821dce

Browse files
author
Jonathan Dowland
committed
8365560: [8u] ppc64le MaxRAM default is too low at 4GiB
Reviewed-by: stuefe
1 parent 89b85a8 commit 2821dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotspot/src/cpu/ppc/vm/c2_globals_ppc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ define_pd_global(intx, ReservedCodeCacheSize, 256*M);
8383
define_pd_global(intx, CodeCacheExpansionSize, 64*K);
8484

8585
// Ergonomics related flags
86-
define_pd_global(uint64_t,MaxRAM, 4ULL*G);
86+
define_pd_global(uint64_t,MaxRAM, 128ULL*G);
8787
define_pd_global(uintx, CodeCacheMinBlockLength, 4);
8888
define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
8989

0 commit comments

Comments
 (0)