Garbage Recycle
Runtime.getRuntime().gc()
Monitor the free memory of JVM
long freeMemory = Runtime.getRuntime().freeMemory();
Garbage Recycle
Runtime.getRuntime().gc()
Monitor the free memory of JVM
long freeMemory = Runtime.getRuntime().freeMemory();