On Wed Jan 28 06:05:50 PST 2015, [email protected] wrote:
> > i'd forgotten the added difficulty with the 32-bit kernels that plan 9 
> > overcommits
> > memory.  so in a low-memory situation, a process can be killed by using more
> > stack!
> 
> I could have sworn I heard otherwise.  But things sometimes are not as I 
> think they are.  Here, I'm very curious to know why I remember differently.  
> Nemo?

the reason is that each process can have up to 16mb of stack, and this is 
unaccounted.
thus the stack or (seg)?brk can commit to memory that will fault when you touch 
it.  

- erik

Reply via email to