From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10709040818t788f2649r3a897712e054f67@mail.gmail.com> Date: Tue, 4 Sep 2007 08:18:36 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] plan 9 overcommits memory? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2aafa5b5837f18127f5241514930f964@coraid.com> Topicbox-Message-UUID: b7a3c02c-ead2-11e9-9d60-3106f5b1d025 Two cases so far: running out of stack and allocating overcommited memory. You can easily catch stack growth failure in the OS. The proc gets a note. The proc has the option of the equivalent of 'echo growstack xyz > /proc/me/ctl'. For overcommits, 'echo faultall > /proc/me/ctl'. can we catch everything this way? ron