From [EMAIL PROTECTED] Sat Mar 24 03:00:17 2001 > No, ulimit does not work. (But it helps a little.) no, not perfect, i very much agree. but in daily usage it reduces chance of OOM to close to 0. No. How would you use it? Compute individual limits for each process? One typically has a few very large processes that may easily take most of memory, and lots of small processes. With a low ulimit these large processes do not run. With a large ulimit it does not help against OOM. The job of accounting what is available belongs to the system, not the user. Note that ulimit does not limit the sum of your processes, it limits each individual process. Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] Prevent OOM from killing init Martin Dalecki
- Re: [PATCH] Prevent OOM from killing init Jonathan Morton
- Re: [PATCH] Prevent OOM from killing init Rik van Riel
- Re: [PATCH] Prevent OOM from killing init Jonathan Morton
- Re: [PATCH] Prevent OOM from killing in... Jonathan Morton
- Re: [PATCH] Prevent OOM from killing init Paul Jakma
- Re: [PATCH] Prevent OOM from killing init Andries . Brouwer
- Re: [PATCH] Prevent OOM from killing init Jonathan Morton
- Re: [PATCH] Prevent OOM from killing init Andreas Franck
- Fwd: Re: [PATCH] Prevent OOM from killing init Ed Tomlinson
- Re: [PATCH] Prevent OOM from killing init Andries . Brouwer
- Re: [PATCH] Prevent OOM from killing init Benoit Garnier
- Re: [PATCH] Prevent OOM from killing init Stephen Satchell
- Re: [PATCH] Prevent OOM from killing init Stephen Clouse
- Re: [PATCH] Prevent OOM from killing init Martin Dalecki
- Re: [PATCH] Prevent OOM from killing init Martin Dalecki
- Re: [PATCH] Prevent OOM from killing init Jonathan Morton
- Re: [PATCH] Prevent OOM from killing init Rik van Riel
- Re: [PATCH] Prevent OOM from killing init Helge Hafting