xlcMemoryReport {XLConnect}R Documentation

Reporting free Java Virtual Machine memory

Description

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

Usage

xlcMemoryReport()

Details

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

Author(s)

Martin Studer
Mirai Solutions GmbH http://www.mirai-solutions.com

References

java.lang.Runtime:
http://download.oracle.com/javase/6/docs/api/java/lang/Runtime.html

See Also

xlcFreeMemory

Examples

xlcMemoryReport()

[Package XLConnect version 0.2-7 Index]