From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Newall Subject: Re: OOM killer gripe (was Re: What still uses the block layer?) Date: Tue, 16 Oct 2007 15:52:04 +0930 Message-ID: <4714588C.8010407@davidnewall.com> References: <200710112011.22000.rob@landley.net> <200710152337.45252.nickpiggin@yahoo.com.au> <200710150452.30939.rob@landley.net> <200710160108.38222.nickpiggin@yahoo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from hawking.rebel.net.au ([203.20.69.83]:33183 "EHLO hawking.rebel.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759206AbXJPGWH (ORCPT ); Tue, 16 Oct 2007 02:22:07 -0400 In-Reply-To: <200710160108.38222.nickpiggin@yahoo.com.au> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Nick Piggin Cc: Rob Landley , Theodore Tso , James Bottomley , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, Suparna Bhattacharya , Nick Piggin Nick Piggin wrote: > On Monday 15 October 2007 19:52, Rob Landley wrote: > >> On Monday 15 October 2007 8:37:44 am Nick Piggin wrote: >> >>> You really shouldn't configure >>> so much [swap] unless you do want the kernel to actually use it all, right? >>> >> Two words: "Software suspend". I've actually been thinking of increasing >> it on the next install... >> > > Kernel doesn't know that you want to use it for suspend but not > regular swapping, unfortunately. > Couldn't you mount swap before suspend and unmount it after resume?