checkJavaMemory | R Documentation |
Information about the Java heap space usage.
checkJavaMemory(units = "m")
units |
Units to return the size in: "k", "m" or "g" |
The maximum amount of memory that the JVM will attempt to use,
measured in units
.
Andrzej OleÅ› <andrzej.oles@gmail.com>, 2014-2023
## Not run:
## assign 4 gigabytes of heap space to the Java environment.
options( java.parameters = "-Xmx4g" )
library( "RBioFormats" )
## End(Not run)
checkJavaMemory()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.