首页 > 代码库 > 错误:无法启动守护进程:不能为对象堆预留足够的空间。
错误:无法启动守护进程:不能为对象堆预留足够的空间。
Error:Unable to start the daemon process: could not reserve enough space for object heap.
Please assign more memory to Gradle in the project‘s gradle.properties file.
For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:
<em>org.gradle.jvmargs=-Xmx1024m</em>
解决办法:
在gradle.properties文件中添加org.gradle.jvmargs=-XX\:MaxHeapSize\=256m -Xmx256m
或 org.gradle.jvmargs=-XX\:MaxHeapSize\=512m -Xmx512m
方法二:欢迎页------Configure > Settings.-----------Build, Execution, Deployment > Compiler--------Build process heap size (Mbytes)改成1024
错误:无法启动守护进程:不能为对象堆预留足够的空间。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。