com.arch.util.MemoryUtils Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.arch.util;
/**
* @author Wagner
*/
public class MemoryUtils {
public static long free() {
return Runtime.getRuntime().freeMemory();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy