From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fish.redhat.com ([213.86.99.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 4.14 #3 (Red Hat Linux)) id 19Q8Hw-0005Pn-Ia for ; Wed, 11 Jun 2003 17:17:28 +0100 From: David Woodhouse To: Steven Scholz In-Reply-To: <3EE754E4.7080800@imc-berlin.de> References: <3EE752EE.8090902@imc-berlin.de> <1055347637.2097.240.camel@passion.cambridge.redhat.com> <3EE754E4.7080800@imc-berlin.de> Message-Id: <1055348281.2097.245.camel@passion.cambridge.redhat.com> Mime-Version: 1.0 Date: Wed, 11 Jun 2003 17:18:02 +0100 Content-Type: text/plain Content-Transfer-Encoding: 7bit cc: MTD Subject: Re: Stopping the GC thread? List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2003-06-11 at 17:12, Steven Scholz wrote: > (How) Could I trigger the GC thread to test its impact on my > application or the overall system performance? > Is there a signal I could sent to start a GC? No. You used to be able to trigger it by repeatedly sending it SIGHUP but that doesn't work any more. I keep intending to make the thresholds tunable in /proc though, which you could abuse to do what you want. -- dwmw2