Package gov.nasa.pds.web.ui.utils
Class SystemUtils
java.lang.Object
gov.nasa.pds.web.ui.utils.SystemUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longbytesToMeg(long bytes) static voidstatic voidcheckAvailableMemory(double percentFree) static voidcheckAvailableMemory(long megsFree) static longstatic doublestatic longstatic longmegsToBytes(long megs)
-
Constructor Details
-
SystemUtils
public SystemUtils()
-
-
Method Details
-
bytesToMeg
public static long bytesToMeg(long bytes) -
megsToBytes
public static long megsToBytes(long megs) -
getTotalMemory
public static long getTotalMemory() -
getAvailableMemory
public static long getAvailableMemory() -
getPercentMemoryFree
public static double getPercentMemoryFree() -
checkAvailableMemory
- Throws:
RuntimeException
-
checkAvailableMemory
- Throws:
RuntimeException
-
checkAvailableMemory
- Throws:
RuntimeException
-