Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
8.0.0
-
None
-
None
-
Win 10 Pro x64
Description
GradleBuilder.js has a buiit-in option org.gradle.jvmargs=---Xmx2048m on line 59, which prevents it from running on 32bit Java. It always fails with VM heap error. The workaround is to create an environment variable _JAVA_OPTIONS=-Xmx512m, but this then affects the whole system.