大家好我在创建项目后尝试创建播放项目我遇到了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,但仍然显示了同样的问题。
答案 0 :(得分:-1)
也许您应该更改位于/framework/build.bat中的VM设置。
Xmx的默认值为1024M,将其更改为784M后错误消失。
希望这有帮助。