IntelliJ / Gradle problem : Unable to start the daemon process.
Answered
Hi, I can't launch a projects because the daemon has an error, I looked into all post who talked about :
- IntelliJ / Gradle problem : Unable to start the daemon process.
-
IntelliJ / Gradle problem: "Unable to start the daemon process"
But my probleme are not resolved.
Error :
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 Manual chapter on the daemon at https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html
Process command line: C:\Program Files (x86)\Java\jdk1.8.0_191\bin\java.exe -Xmx3G -Dfile.encoding=windows-1252 -Duser.country=FR -Duser.language=fr -Duser.variant -cp C:\Users\HP\.gradle\wrapper\dists\gradle-7.5.1-bin\7jzzequgds1hbszbhq3npc5ng\gradle-7.5.1\lib\gradle-launcher-7.5.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.5.1
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
-----------------------
Check the JVM arguments defined for the gradle process in:
- gradle.properties in project root directory
Can someone help me ?
Please sign in to leave a comment.
I solved the problem with a friend so now this work !