Reports the amount of free memory in the Java Virtual Machine (JVM).

xlcMemoryReport()

Details

This function uses Java's Runtime class to query the free JVM memory.

Author

Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch

See also

Examples

if (FALSE) { # \dontrun{
xlcMemoryReport()
} # }