Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
/ ulimit Public archive

Limit memory usage of R processes on POSIX systems | Obsolete, use this instead:

Notifications You must be signed in to change notification settings

krlmlr/ulimit

Repository files navigation

UNMAINTAINED

Use unix::rlimit_as() instead.


ulimit wercker status codecov.io

Limit R memory on POSIX systems (Linux, OS X, ...).

Installation

devtools::install_github("krlmlr/ulimit")

Usage

Execute the following to limit the memory available to R to 2000 MiB:

ulimit::memory_limit(2000)

See also the package documentation and the small vignette.

Related

RAppArmor has the rlimit_as() function and much, much more.

About

Limit memory usage of R processes on POSIX systems | Obsolete, use this instead:

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published