When running the command on a 16GB Windows 10 computer the command fails with the message
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
After closing all other programs it still fails. I changed the java defaults in the bat file to
set DEFAULT_JVM_OPTS="-Xmx1024m"
which got me through the downloads. (I also changed the gradle.properties file to match)
but it then failed with
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
:decompileMc FAILED
I don't know why I can't allocate 3 G of heap memory nor do I know what to change to get the decompile process to try to work with less.
Thoughts?
Thank you