Solve PermGen errors when building in IntelliJ with Maven?

后端 未结 1 2057
清酒与你
清酒与你 2020-12-13 16:49

If I get PermGen OutOfMemoryError from the app server when building my project in IntelliJ with Maven, is it the heap that Maven uses that I should increase? I use Win7, 8GB

相关标签:
1条回答
  • 2020-12-13 16:55

    enter image description here

    add vm opt to mvn -XX:MaxPermSize=128M

    0 讨论(0)
提交回复
热议问题