## Not run:
# library(memuse)
#
# ### How much is being used?
# Sys.procmem()
#
# ### Use more.
# x <- rnorm(1e7)
# Sys.procmem()
#
# ### Use less.
# rm(x)
# gc(FALSE)
# Sys.procmem()
# ## End(Not run)
Run the code above in your browser using DataLab