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 https://mirai-solutions.ch
See Also
Examples
## Not run:
xlcMemoryReport()
## End(Not run)
[Package XLConnect version 1.0.10 Index]