[haiku-development] Re: Out of memory errors when virtual memory disabled

Le 05/12/2011 16:09, Rene Gollent a écrit :
On Mon, Dec 5, 2011 at 10:08 AM, Rimas Kudelis<rq@xxxxxx>  wrote:
ah, I see... I had no idea that on fork(), a child process gets the same
amount of memory as its parent by default...
It more or less has to, since the child is an exact clone of the
parent by fork() semantics.


Don't we have some lazy copy-on-write thing there ?

--
Adrien.

Other related posts: