java.lang.OutOfMemoryError: PermGen space
程序员文章站
2022-06-13 21:31:23
...
单独起tomcat一直报错,增大内存也没用。
在“echo "Using CATALINA_BASE: $CATALINA_BASE"”上面加入以下行
java.lang.OutOfMemoryError: PermGen space
set JAVA_OPTS=%JAVA_OPTS% -server -XX:PermSize=128M -XX:MaxPermSize=512m
上一篇: 如何快速解决网站降权问题
下一篇: autofs服务之光盘自动挂载
推荐阅读
-
eclipse打开提示PermGen space异常该怎么办?
-
Linux中出现“No space left on device”错误的排查与解决方法
-
Apache No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed
-
ORA-27300: OS system dependent operation:sendmsg failed with status: 105 ORA-27301: OS failure message: No buffer space available
-
VBS教程:函数-Space 函数
-
eclipse scala Could not reserve enough space for object heap
-
css white-space:nowrap属性用法(可以强制文字不换行输出)
-
CentOS 出现no space left on device错误解决办法
-
[20190918]shrink space与ORA-08102错误.txt
-
java中程序上线报错: tomcat中java.lang.OutOfMemoryError: PermGen space