This is the Exception I am getting on trying to generate the project with the SubProjects->Desktop and Advanced->IDEA (I'm also getting the exception with any other option)
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.6/userguide/g ... aemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 1536000KB object heap
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Console error on executing "gradlew --stacktrace":
17:35:45.273 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Error occurred during initialization of VM17:35:45.273 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Could not reserve enough space for 1536000KB object heap
The try section did not help me at all... :S
Not really understanding what to do with the "demon"
I'm a windows 10 user, and I'm trying to build a Desktop project using IntelliJ IDEA.
Java: jre1.8.0_181
Thanks you all.