From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 14:27:48 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382B716A4CE for ; Thu, 31 Mar 2005 14:27:48 +0000 (GMT) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD3443D31 for ; Thu, 31 Mar 2005 14:27:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9222 invoked from network); 31 Mar 2005 14:27:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 31 Mar 2005 14:27:46 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0FC382E; Thu, 31 Mar 2005 09:27:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: Warren References: <200503310205.10060.shinjii@virusinfo.rdksupportinc.com> From: Lowell Gilbert Date: 31 Mar 2005 09:27:45 -0500 In-Reply-To: <200503310205.10060.shinjii@virusinfo.rdksupportinc.com> Message-ID: <44oecz51r2.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: problem with Azureus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 14:27:48 -0000 Warren writes: > I recently had trouble with Azureus using approx 53% of my mem and 90% of my > SWAP so idecided to upgrade my RAM from 512 to 1gig thinking this would solve > my problem, but alas i was mistaken. > > Is there a way i can instruct it so Azureus only uses a certain %? As it is > when this program is running it pritty well much bogs down my machine making > it damn near impossible to do anything else. > > It also uses so much it gets to the point where there is no more SWAP left for > it to use and ends up closing itself down. You can always use process limits, but that will just cause the process to close down sooner. Azureus is a Java application, and Java does its own memory management. One implication of this is that its memory use should not be able to grow unbounded. A quick search pointed me at: http://azureus.aelitis.com/wiki/index.php/MemoryUsage