Commit eb2e5e3d authored by Skylot's avatar Skylot

cli: set lower java starting heap size

parent 9a4e8bdb
......@@ -19,5 +19,5 @@ applicationDistribution.with {
}
startScripts {
defaultJvmOpts = [ '-Xms2g', '-Xmx4g' ]
defaultJvmOpts = ['-Xms128M', '-Xmx4g']
}
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