mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-10 00:09:35 -06:00
8365560: [8u] ppc64le MaxRAM default is too low at 4GiB
Reviewed-by: stuefe
This commit is contained in:
parent
89b85a8f5b
commit
2821dcef94
@ -83,7 +83,7 @@ define_pd_global(intx, ReservedCodeCacheSize, 256*M);
|
||||
define_pd_global(intx, CodeCacheExpansionSize, 64*K);
|
||||
|
||||
// Ergonomics related flags
|
||||
define_pd_global(uint64_t,MaxRAM, 4ULL*G);
|
||||
define_pd_global(uint64_t,MaxRAM, 128ULL*G);
|
||||
define_pd_global(uintx, CodeCacheMinBlockLength, 4);
|
||||
define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user