jvm: Auxiliary functions to get information on JVM.

Description Usage Arguments Details Examples

Description

Upon loading the bignlp package, a Java Virtual Machine (JVM) is initialized. Some auxiliary functions provide information on the configuration of the JVM and its status. Use the functions to check which Java is installed (recommended: Oracle Java), the Java version and the heap space of the JVM.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

units

See documentation of format.object_size, typically either "MB" or "GB".

Details

jvm_is_initialized checks whether a JVM has been initialized already. The return value is a logical value, TRUE if JVM has been initialized, FALSE if not. As a JVM is initialized upon loading bignlp, the expected value is always TRUE if your installation of Java and rJave works.

Examples

1
2
3
4
5

PolMine/bignlp documentation built on Jan. 29, 2021, 1:14 a.m.