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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -