Rdocumentation
powered by
Learn R Programming
gmatrix (version 0.3)
ggc: GPU Garbage Collection
Description
Performs Garbage Collection and reports the available memory.
Usage
ggc(silent=FALSE)
Arguments
silent
If silent is TRUE then nothing will be printed out.
Value
returns TRUE, but prints the amount of memory left.
Details
Used for garbage collection, and also used to discover the amount of memory on the graphics card which is still available.
See Also
gc
Examples
Run this code
ggc()
Run the code above in your browser using
DataLab