我正在尝试制作Minecraft Mod。我将gradle.properties设置为使用3GB的ram。如果执行此操作,则可以加载守护进程,但是会立即显示
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/2.14/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for 3072000KB object heap
它已用完RAM,我不知道为什么要安装16GB。
我尝试关闭所有其他程序,但遇到相同的问题。下一步,我将gradle.properties更改为使用1GB,然后使用2GB的RAM,而是收到一条错误消息,说它用完了内存(我用Google搜索此错误,常见的解决方法是为其提供更多的RAM)。
* What went wrong: Execution failed for task ':decompileMc'. > Process 'command 'C:\Program Files (x86)\Java\jdk1.8.0_211\bin\java.exe'' finished with non-zero exit value 1
Francisco Mateo建议我更新我的gradle版本-可惜没有帮助。
我尝试将distributionUr
中的gradle-wrapper.properties
l更改为我正在使用的新版本gradle,因此它现在显示为distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
我还尝试以管理员身份运行InteliJ。还是没有运气。
不知道这里发生了什么-帮助表示赞赏。如果差异很大,则会在https://www.youtube.com/watch?v=RZ66HdNkank
的10:08发生错误