github下载项目引入报错

来源:互联网 发布:淘宝著名男模一览表 编辑:程序博客网 时间:2024/05/22 01:36
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 guide chapter on the daemon at https://docs.gradle.org/2.14.1/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 1572864KB object heap


将gradle.properties中的
org.gradle.jvmargs=-Xmx1536m注释掉

0 0
原创粉丝点击