Jvm
object Jvm
Object with utilities to gather information about the running JVM.
Properties
Functions
Link copied to clipboard
Add a map to system properties, overriding entries if already set.
Link copied to clipboard
Retrieve a flag (boolean parameter) by name by looking in OS environment variables first and in the JVM system properties if not found.
Link copied to clipboard
Link copied to clipboard
Utility method for retrieving a system setting, check systemSettingOrNull for details.
Retrieve a setting by name by looking in OS environment variables first and in the JVM system properties if not found.
Link copied to clipboard
Amount of memory in kilobytes available to the JVM.
Link copied to clipboard
Amount of used memory in kilobytes.