Problems encountered when recording ionic package

Question 1

-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
cmd: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

 solution:

change into

args.push('-Dorg.gradle.jvmargs=-Xmx256m');

 

Guess you like

Origin www.cnblogs.com/mlh1421/p/10966292.html