Per-file OOM badness
Per-file OOM badness
Posted Jun 2, 2022 21:19 UTC (Thu) by atnot (guest, #124910)In reply to: Per-file OOM badness by developer122
Parent article: Per-file OOM badness
This is actually a thing in many safety-critical RTOSes. All resources like processes, tasks, memory, etc. are allocated at compile time and there is no way to create any more. Of course that degree of inflexibility is rarely desirable on general purpose machines.
