gctorture {base} | R Documentation |
Provokes garbage collection on (nearly) every memory allocation. Intended to ferret out memory protection bugs. Also makes R run very slowly, unfortunately.
gctorture(on = TRUE)
on |
logical; turning it on/off. |
Previous value.
Peter Dalgaard