Expedited memory reclaim from killed processes
Expedited memory reclaim from killed processes
Posted Apr 15, 2019 15:54 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)In reply to: Expedited memory reclaim from killed processes by rweikusat2
Parent article: Expedited memory reclaim from killed processes
That's a bad design. You shouldn't design software that depends on implicit assumptions.
A better designed software would store rules in a file and map it explicitly into the target processes. This way there's no problem with overcommit - the kernel would know that the data is meant to be immutable.