Spring Boot doesn't close files open after undeploy WAR

Viewed 29

System:

  • OS: Red Hat Enterprise Linux Server release 7.9 (Maipo)
  • Kernel: 3.10.0-1160.62.1.el7.x86_64
  • Red Hat OpenJDK: 1.8.0_332
  • JBoss 7.4.5
  • Spring Boot: 2.6.8

After undeploying a WAR implemented with Spring Boot Framework, whe can list his actual PID -now stopped- in /proc directory. So the descriptor files to "process open files" keep existing in that directory. That is why we quickly reached open files limit but that limit cannot be increased. Is there any known issue about cleaning /proc subdirectories?

Ty!

0 Answers
Related