gpt4 book ai didi

java - Play Framework - 无法为对象堆预留足够的空间

转载 作者:IT王子 更新时间:2023-10-28 23:31:37 25 4
gpt4 key购买 nike

我对我的游戏项目进行了一些修改,当我尝试运行它时出现错误。

>play run
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occured. Program will exit.

这是一个常见问题吗?我对 Play Framework 相当缺乏经验,但我之前已经运行过我的项目几次,没有遇到这个错误。

编辑:有关 java 版本的信息。

>java -version
java version "1.7.0_11"
Java(TM) Runtime Environment (build 1.7.0_11-b21)
Java HotSpot(TM) Client VM (build 23.6-b04, mixed mode, sharing)

最佳答案

在 Play 框架 2.0.3 中,<play framework install dir>\framework\build.bat脚本,您需要替换以下命令的命令行参数

java -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M %DEBUG_PARAM% -Dfile.encoding=UTF8 -Dplay.version="%PLAY_VERSION%" -Dsbt.ivy.home="%~dp0..\repository" -Dplay.home="%~dp0." -Dsbt.boot.properties="file:///%p%sbt/sbt.boot.properties" -jar "%~dp0sbt\sbt-launch.jar" %*

进入

java -XX:+CMSClassUnloadingEnabled %DEBUG_PARAM% -Dfile.encoding=UTF8 -Dplay.version="%PLAY_VERSION%" -Dsbt.ivy.home="%~dp0..\repository" -Dplay.home="%~dp0." -Dsbt.boot.properties="file:///%p%sbt/sbt.boot.properties" -jar "%~dp0sbt\sbt-launch.jar" %*

它解决了我的问题。

更多信息请引用 this post .

关于java - Play Framework - 无法为对象堆预留足够的空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14649517/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com