错误:无法启动守护进程: [英] Error:Unable to start the daemon process:

查看:36
本文介绍了错误:无法启动守护进程:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:无法启动守护进程:无法预留足够的空间对象堆的空间.

Error:Unable to start the daemon process: could not reserve enough space for object heap.

请在项目的 gradle.properties 文件中为 Gradle 分配更多内存.

Please assign more memory to Gradle in the project's gradle.properties file.

例如,gradle.properties 文件中的以下行将最大 Java 堆大小设置为 1,024 MB:

For example, the following line, in the gradle.properties file, sets the maximum Java heap size to 1,024 MB:

org.gradle.jvmargs=-Xmx1024m</em>

阅读 Gradle 的配置指南

Read Gradle's configuration guide

了解 Java 的堆大小

Read about Java's heap siz

推荐答案

试试这个.

在您的应用程序 gradle.properties 末尾添加此行

Add this line at the end of your application gradle.properties

org.gradle.jvmargs=-Xmx512m -XX\:MaxPermSize\=512m

这篇关于错误:无法启动守护进程:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆