The memory used by jvm increasing slowly.
use 'top', 'RES' is increasing slowly.
use 'jstat' to check heap memory:
heap memory is normal.
use 'jstack' print the thread info, about 180 threads and seems no problem. so stack memory is also OK.
other info:
java version "1.8.0_152"
jvm startup params: -Xms4096M -Xmx4096M -Xmn2048M -Xss256K -XX:MetaspaceSize=256M -XX:MaxMetaspaceSize=256M -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=5 -XX:-OmitStackTraceInFastThrow -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxDirectMemorySize=256M
Anyone can tell me some suggestions to solve this promblem?