Timeline for Is it possible to impose some kind of soft limit on the memory consumption of processes?
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 26, 2015 at 8:31 | answer | added | mikeserv | timeline score: 0 | |
| Nov 26, 2015 at 8:03 | answer | added | Ole Tange | timeline score: 6 | |
| Nov 26, 2015 at 7:57 | comment | added | Ole Tange | niceload --noswap yourprg | |
| Nov 25, 2015 at 22:28 | history | tweeted | twitter.com/StackUnix/status/669643943676616704 | ||
| Nov 25, 2015 at 22:01 | answer | added | D.Zou | timeline score: -1 | |
| Nov 25, 2015 at 21:34 | comment | added | Mark Plotnick | Ulimit -m would be the thing to use, except it hasn't worked on Linux since 2.4.30, and only worked in certain situations before that. unix.stackexchange.com/questions/129587/… | |
| Nov 25, 2015 at 21:07 | comment | added | DopeGhoti | This is literally the exact sort of thing ulimit is for. | |
| Nov 25, 2015 at 20:35 | comment | added | Mark Plotnick | You can limit the amount of RAM used by a process or group of processes, by using cgroups. stackoverflow.com/questions/3043709/… | |
| Nov 25, 2015 at 20:17 | history | asked | leftaroundabout | CC BY-SA 3.0 |