List of utility methods to do Memory Clear
void | CleanMemory() Clean Memory Runtime r = Runtime.getRuntime(); r.gc(); |
long | cleanMemory() clean Memory Runtime.getRuntime().gc();
return freeMemory();
|
void | clearMemory() clear Memory System.gc(); System.gc(); System.gc(); System.gc(); |
void | purgeMemory() purge Memory |
void | purgeMemory() purge Memory try { long tmpIsFree = runtime.freeMemory(); long tmpWasFree; byte[] a1 = null; byte[] a2 = null; byte[] a3 = null; byte[] a4 = null; byte[] a5 = null; ... |