Search Results

1
vote

How do you detect low memory situations within the java virtual machine?

Have a look at the freeMemory method of Runtime (see http://java.sun.com/javase/6/docs/api/java/lang/Runtime.ht …