Deprecated API
Contents
-
Deprecated FieldsFieldDescriptionUse
GlobalConfig.OSHI_OS_WINDOWS_PERFDISK_DISABLEDinstead.UseGlobalConfig.OSHI_OS_WINDOWS_PERFOS_DISABLEDinstead.UseGlobalConfig.OSHI_OS_WINDOWS_PERFPROC_DISABLEDinstead.
-
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().