From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7224032c68ae7df5d34def74c1245cbc@proxima.alt.za> To: 9fans@9fans.net Date: Wed, 28 Jan 2015 16:53:17 +0200 From: lucio@proxima.alt.za In-Reply-To: <60504b1e5830333dbea77a0d413a9a06@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] protection against resource exhaustion Topicbox-Message-UUID: 3d1a8a6e-ead9-11e9-9d60-3106f5b1d025 > 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. It's a vague recollection, but the fact that the stack is being overcommitted rings a bell. Thanks, Erik. Lucio.