在linux上的tomcat部署的web应用,不定时会自动挂掉,排查tomcat安装路径/logs/catalina.out
发现提示Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
表示无法写入内存转储文件。内存转储已被禁用。要启用内存转储,请在再次启动 Java 之前尝试使用 "ulimit -c unlimited"。
按照网上的说法,使用 "ulimit -c unlimited" 命令或者/etc/security/limits.conf都无效。
【解决方案】
更换JDK版本,由原来的jdk1.8.0_144 替换为 openjdk-portable-1.8.0.382