All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arch.util.MemoryUtils Maven / Gradle / Ivy

There is a newer version: 18.12.0
Show newest version
/*
 * 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