mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7041501: NUMA: Expand the old gen more aggressively
Expand the old gen in bigger increments Reviewed-by: jmasa
This commit is contained in:
parent
fbffd24fc5
commit
63f068ad0d
2 changed files with 11 additions and 0 deletions
|
@ -1423,6 +1423,11 @@ void Arguments::set_parallel_gc_flags() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (UseNUMA) {
|
||||
if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
|
||||
FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Arguments::set_g1_gc_flags() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue