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 RAM and I get PermGen from the appserver when I rebuild the project with maven.

有帮助吗?

解决方案

enter image description here

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top