Limiting process memory usage
On Fri, 2008-08-15 at 17:01 -0400, Matthew Saltzman wrote:
> Is there an administrative way to prevent a process from using more than
> some set amount of memory? Apparently, ulimit -m is not enforced in
> Linux.
Maybe you want "ulimit -v". "-m" limits the resident set size (i.e. the
number of process pages physically in RAM at one time), not the total
memory available to the process.
poc
--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
|