Increase JVM extractor heap to 8GB max / 512MB initial

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe 2026-03-05 05:48:02 +01:00
parent e3b4a4ba19
commit 7e79bef8da

View File

@ -1019,8 +1019,8 @@ function runJvmExtractCommand(
const args = [ const args = [
"-Dfile.encoding=UTF-8", "-Dfile.encoding=UTF-8",
`-Djava.io.tmpdir=${jvmTmpDir}`, `-Djava.io.tmpdir=${jvmTmpDir}`,
"-Xms64m", "-Xms512m",
"-Xmx1g", "-Xmx8g",
"-XX:+UseSerialGC", "-XX:+UseSerialGC",
"-cp", "-cp",
layout.classPath, layout.classPath,