mirror of
https://github.com/skylot/jadx.git
synced 2025-02-13 09:14:03 +00:00
fix (gui): launch4j exe startup wrapper does not apply maximum heap configuration correctly (#951)
This commit is contained in:
parent
4b1886700d
commit
21b8552386
@ -70,6 +70,7 @@ launch4j {
|
||||
jreMinVersion = '1.8.0'
|
||||
jvmOptions = ['-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
|
||||
jreRuntimeBits = "64"
|
||||
bundledJre64Bit = true
|
||||
initialHeapPercent = 5
|
||||
maxHeapSize = 4096
|
||||
maxHeapPercent = 70
|
||||
|
Loading…
x
Reference in New Issue
Block a user