Expedited memory reclaim from killed processes
Expedited memory reclaim from killed processes
Posted Apr 14, 2019 12:45 UTC (Sun) by nix (subscriber, #2304)In reply to: Expedited memory reclaim from killed processes by k3ninho
Parent article: Expedited memory reclaim from killed processes
which is only moved into dedicated address space for the child when it's changedThe address space is always dedicated to the child after fork(), even before CoW. The *physical memory* is not.
Posted Apr 15, 2019 12:20 UTC (Mon)
by k3ninho (subscriber, #50375)
[Link]
K3n.
Expedited memory reclaim from killed processes
oops. thanks.
