运行播放框架工作项目时VM初始化时出错

时间:2013-12-13 13:25:48

标签: java playframework playframework-2.0 jvm-arguments

大家好我在创建项目后尝试创建播放项目我遇到了JVM错误

虽然类型play run myproject(在我的项目中运行)显示

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 occurred. Program will exit.

我从SO获得了一些答案,因为这个问题我更改了JVM的内存设置,然后我link to set memory space for JVM我将-Xmx512m添加到了java,但仍然显示了同样的问题。

1 个答案:

答案 0 :(得分:-1)

也许您应该更改位于/framework/build.bat中的VM设置。

Xmx的默认值为1024M,将其更改为784M后错误消失。

希望这有帮助。