generational zgc
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s
This commit is contained in:
parent
b855713365
commit
0796dec274
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ in {
|
||||||
"-Xmx${toString ram-allocation-mb}M"
|
"-Xmx${toString ram-allocation-mb}M"
|
||||||
|
|
||||||
"-XX:+UseZGC" # Use ZGC (requires Java v25+, 8+ CPU cores, 10GB+ RAM)
|
"-XX:+UseZGC" # Use ZGC (requires Java v25+, 8+ CPU cores, 10GB+ RAM)
|
||||||
|
"-XX:+ZGenerational" # Use generational ZGC
|
||||||
"-XX:+UseCompactObjectHeaders" # Use compact object headers (requires Java v16+, saves a couple of bits per object)
|
"-XX:+UseCompactObjectHeaders" # Use compact object headers (requires Java v16+, saves a couple of bits per object)
|
||||||
|
|
||||||
"--add-modules=jdk.incubator.vector" # Exposes SIMD instructions (requires full JDK, useful with performance mods)
|
"--add-modules=jdk.incubator.vector" # Exposes SIMD instructions (requires full JDK, useful with performance mods)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue