Commit 199581bf authored by Mingyuan Xia's avatar Mingyuan Xia

tune start script heap size for real-world apks

parent a9ae9716
......@@ -30,6 +30,7 @@ jar {
}
startScripts {
defaultJvmOpts = [ '-Xms2g', '-Xmx4g' ]
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