How do you detect low memory situations within the java virtual machine? -
i've been getting outofmemory errors lately in application. possible detect ahead of time when virtual machine running low on memory? in other words preemptively deal outofmemory errors before occur?
java (as of java 5) has standard jmx bean can used receive low memory notification. see java.lang.management.memorymxbean
.
Comments
Post a Comment