idea java.lang.OutOfMemoryError: PermGen space!

idea java.lang.OutOfMemoryError: PermGen space!

  • You can use the flag -XX:MaxPermSize=128m to configure the amount of available PermGen memory.
  • -XX:PermSize=256M -XX:MaxPermSize=512m

内存转储

-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=d:/dump -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:d:/heap

posted @ 2020-02-28 21:11  my_flash  阅读(148)  评论(0)    收藏  举报