mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 03:23:17 -04:00
Resolved #13773 - Extend max Java heap size to 2GB
This commit is contained in:
parent
398b3edb6c
commit
2fd1c6c071
@ -110,7 +110,7 @@ for (platform in Platform.values()) {
|
||||
classpath = listOf(jarFile)
|
||||
removePlatformLibs = config.classpath
|
||||
mainClass = mainClassName
|
||||
vmArgs = listOf("Xmx1G")
|
||||
vmArgs = listOf("Xmx2G")
|
||||
minimizeJre = "desktop/packrConfig.json"
|
||||
outDir = file("packr")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user