今天启动项目时提示Error occurred during initialization of VM
Could not reserve enough space for object heap

解决方法:Run->Run configuration  在VM arguments:后加入-Xms256m -Xmx512m -XX:MaxNewSize=256m -XX:MaxPermSize=256m

问题解决~

 Error occurred during initialization of VM Could not reserve enough space for object heap

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案