Java process memory usage keeps increasing infinitely

后端 未结 3 600
既然无缘
既然无缘 2021-02-05 07:58

Preconditions:

  • PC with 16 Gb of RAM
  • JDK 1.8.x installed on Ubuntu 16.10 x64.
  • a standard Spring-based web application, that is deployed on Tomcat
3条回答
  •  野性不改
    2021-02-05 08:29

    Based on Occam's razor: couldn't it be that you have somewhere a memory leak (i.e., "unintentional object retentions" a'la Effective Java Item 6)?

提交回复
热议问题