This package provides a way to enforce memory limits for a
running R process on POSIX systems. The function memory_limit
shows and optionally sets the limits on main memory.
## Not run: # # Limit available memory to 6000 GiB # memory_limit(6000)## End(Not run)