powered by
.jgc invokes the R and Java garbage collectors.
.jgc
.jgc(R.gc = TRUE, ...)
logical, if TRUE then gc(...) is called first, if FALSE only Java garbage collector is called
TRUE
gc(...)
FALSE
any additional parameters passed to gc()
gc()
Simon Urbanek
.jgc invokes the R garbage collector (unless R.gc=FALSE) which removes any unused Java references and then invokes the Java garbage collector to reclaim Java heap space.
R.gc=FALSE