Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
OSProcess.getResidentMemory()for the true RSS value, orOSProcess.getPrivateResidentMemory()for the private working set / footprint value displayed by graphical system monitors. On Windows, this method delegates toOSProcess.getPrivateResidentMemory()for backwards compatibility; on all other platforms it delegates toOSProcess.getResidentMemory().UsePlatformEnum.getCurrentPlatform()instead.