(no title)
mahkoh
|
2 months ago
The point of disabling overcommit, as per the article, is that all pages in virtual memory must be backed by physical memory at all times. Therefore all virtual memory must reserve physical memory at the time of the fork call, even if the contents of the pages only get copied when they are touched.
loeg|2 months ago
kibwen|2 months ago
masklinn|2 months ago