|
|
|
|
|
by _0w8t
1595 days ago
|
|
Overcommit on POSIX systems is a consequence of fork/exec architecture of starting new processes. Fork must double the memory accounting if one disables overcommit and for a memory hog that starts a helper process that may lead to OOM when when in fact there are enough memory. Windows, that does not have fork, does not suffer from this. |
|