【发布时间】:2015-03-02 07:38:19
【问题描述】:
我在 Jrebel 上运行 Jhipster 项目时遇到此错误。我尝试通过将此行插入到参数选项卡上的 VM 参数来将我的 java 堆大小增加到 512m,但无法解决错误。想问一下报错是什么原因,如何解决?
${jrebel_args}
-Xms512m -Xmx1024m
[ERROR] org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener - Error starting Tomcat context: org.springframework.beans.factory.BeanCreationException
Exception in thread "main"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
Exception in thread "process reaper" Exception in thread "process reaper"
【问题讨论】:
标签: spring spring-boot jhipster jrebel