Commit c616e09b authored by Administrator's avatar Administrator

最小堆定义错误

parent c52f0dbb
Pipeline #914 failed with stages
in 0 seconds
......@@ -45,7 +45,7 @@ jar {
startScripts {
// The option -XX:+UseG1GC is only relevant for Java 8. Starting with Java 9 G1GC is already the default GC
defaultJvmOpts = ['-Xmx8g', '-Xmx12g', '-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
defaultJvmOpts = ['-Xms8g', '-Xmx12g', '-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
doLast {
def str = windowsScript.text
str = str.replaceAll('java.exe', 'javaw.exe')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment