From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] fossil dies? From: erik quanstrom Date: Mon, 15 Oct 2007 08:50:38 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d020296a-ead2-11e9-9d60-3106f5b1d025 > I have 64MB on the box. However, the reason of the fault was out of > memory condition. > I was wondered that there was no swap configured in cpurc (termrc do have this). > Copying lines which configure swap from termrc to cpurc have solved the problem. > > Thanks to everybody, > Yaroslav. it would probablly be more efficient to have fossil open the filesystem with a smaller cache instead of swapping the cache. since plan 9 currently overcommits memory, fossil should probablly try to dirty each page it its cache on startup to prevent nasty suprises later on. it might even detect pagefaults and adjust its cache accordingly. - erik