Enforce memory limits on POSIX systems

Description

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.

Examples

## Not run: # # Limit available memory to 6000 GiB # memory_limit(6000)## End(Not run)

Author

Kirill Müller