Hi
Is there any hook i can attach to a JVM process so it can log when it reaches 70% of total memory,
I can use code like below to get memory information, but this is kind of on demand, is there a way i can get memory information by event or some thing
Runtime runtime = Runtime.getRunTime();
runtime.totalMemory();