Commit 6870c05f authored by Mingyuan Xia's avatar Mingyuan Xia

increase cli heap usage as well

parent 199581bf
...@@ -18,3 +18,6 @@ applicationDistribution.with { ...@@ -18,3 +18,6 @@ applicationDistribution.with {
} }
} }
startScripts {
defaultJvmOpts = [ '-Xms2g', '-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