错误:无法启动守护进程:不能为对象堆预留足够的空间。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:无法启动守护进程:不能为对象堆预留足够的空间。相关的知识,希望对你有一定的参考价值。
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
以上是关于错误:无法启动守护进程:不能为对象堆预留足够的空间。的主要内容,如果未能解决你的问题,请参考以下文章