Eclipse Gradle STS 扩展:无法为对象堆保留足够的空间
2022-09-02 19:24:36
偶尔当 Gradle STS 扩展在启动安装了 Gradle STS 扩展的 Eclipse 3.7 (Indigo) 后尝试执行项目的 gradle 构建脚本时,我会收到以下错误,
Unable to start the daemon process. The exit value was: 1.
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 http://gradle.org/docs/current/userguide/gradle_daemon.html
Please read below process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Could not fetch model of type 'EclipseProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.0-bin.zip'.
这是我的系统规格:
- 视窗 7 32 位
- 日食 3.7 32 位
- Java jdk1.7.0_07 32 位
这是此插件的已知错误吗?关于如何解决它的任何想法?