I used this project before, I tried to use it again today, and getting this error in IntelliJ:
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 [Only registered and activated users can see links. Click Here To Register...]
Process command line: C:\Program Files (x86)\Java\jdk1.8.0_281\bin\java.exe -XX:+HeapDumpOnOutOfMemoryError -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country=IL -Duser.language=iw -Duser.variant -cp C:\Users\HOME\.gradle\wrapper\dists\gradle-6.4.1-all\13imxtezgn9nwzqt8rgtkunh1\gradle-6.4.1\lib\gradle-launcher-6.4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 6.4.1
Please read the following process output to find out more:
-----------------------
Invalid maximum heap size: -Xmx4096m
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
-----------------------
Check the JVM arguments defined for the gradle process in:
- gradle.properties in project root directory
[Only registered and activated users can see links. Click Here To Register...]
