fix (gui): launch4j exe startup wrapper does not apply maximum heap configuration correctly (#951)

This commit is contained in:
Jan S 2020-06-11 16:06:43 +02:00 committed by GitHub
parent 4b1886700d
commit 21b8552386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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