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 = [
"-Dfile.encoding=UTF-8",
`-Djava.io.tmpdir=${jvmTmpDir}`,
"-Xms64m",
"-Xmx1g",
"-Xms512m",
"-Xmx8g",
"-XX:+UseSerialGC",
"-cp",
layout.classPath,