when i'm running ionic build android --release
i get an error
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
when i'm running ionic build android --release
i get an error
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
I got the solution by adding a new system variable name : _JAVA_OPTIONS
and value : -Xmx512M
After changing the setting in the environment you should restart your Command Prompt CMD to update environment variables
your solution: I got the solution by adding a new system variable name : _JAVA_OPTIONS and value : -Xmx512M Hi Amit where should I change this