-XX:MaxPermSize with or without -XX:PermSize

后端 未结 3 1351
别跟我提以往
别跟我提以往 2020-11-30 20:27

We\'ve run into a Java.lang.OutOfMemoryError: PermGen space error and looking at the tomcat JVM params, other than the -Xms and -Xmx

3条回答
  •  隐瞒了意图╮
    2020-11-30 21:30

    -XX:PermSize specifies the initial size that will be allocated during startup of the JVM. If necessary, the JVM will allocate up to -XX:MaxPermSize.

提交回复
热议问题