【发布时间】:2014-06-06 18:59:53
【问题描述】:
我正在使用 grails 运行 https://github.com/Netflix/ice 但我无法让服务器运行,我收到以下错误:
|错误 2014-06-06 14:52:55,978 [localhost-startStop-1] 错误 context.GrailsContextLoader - 初始化应用程序时出错:com.google.common.util.concurrent.ExecutionError: java.lang.OutOfMemoryError: Java heap space 消息:com.google.common.util.concurrent.ExecutionError:java.lang.OutOfMemoryError:Java 堆空间 线 |方法
我将此添加到我的 .bashrc 文件中,但没有帮助:
export GRAILS_OPTS="-XX:MaxPermSize=1024m -Xmx1024M -server"
【问题讨论】:
-
.bashrc 文件在哪里