2010-07-12 06:02:49

by Noah McNallie

[permalink] [raw]
Subject: any current public code to limit memory per user?

As the topic says :o)

To be more precise, is there any public patch or somewhat that can help
with this? As far as i know, in linux, it is only possible to limit memory
per process. Correct me if i'm wrong.

noah


2010-07-12 06:09:51

by Kamezawa Hiroyuki

[permalink] [raw]
Subject: Re: any current public code to limit memory per user?

On Mon, 12 Jul 2010 02:02:45 -0400
"Noah McNallie" <[email protected]> wrote:

> As the topic says :o)
>
> To be more precise, is there any public patch or somewhat that can help
> with this? As far as i know, in linux, it is only possible to limit memory
> per process. Correct me if i'm wrong.
>
> noah

Documentation/cgroups/memory.txt

For per UID limit, please see http://libcg.sourceforge.net/

Thanks,
-Kame