Hacker News new | ask | show | jobs
by ithkuil 1804 days ago
Wasn't vfork designed to solve this issue? Does it not work in practice?
1 comments

It is certainly one way to solve that specific issue, assuming the program was written to take advantage of it. As mentioned, there are several other reasons a program may use a lot of virtual memory though.