From owner-freebsd-java@FreeBSD.ORG Wed May 31 07:14:32 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A758116A426 for ; Wed, 31 May 2006 07:14:32 +0000 (UTC) (envelope-from artem@bizlink.ru) Received: from webcrm.ru (webcrm.ru [83.222.4.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F1543D48 for ; Wed, 31 May 2006 07:14:32 +0000 (GMT) (envelope-from artem@bizlink.ru) Received: from [192.168.20.207] (gw.promo.ru [195.28.59.82]) by dopler.bizlink.ru (Postfix) with ESMTP id 068D744A7A8; Wed, 31 May 2006 11:14:28 +0400 (MSD) Message-ID: <447D424D.3020703@bizlink.ru> Date: Wed, 31 May 2006 11:14:21 +0400 From: Artem Gr User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <200605261307.06671.kurt@intricatesoftware.com> <200605301107.05985.kurt@intricatesoftware.com> In-Reply-To: <200605301107.05985.kurt@intricatesoftware.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Vadim Goncharov , Kurt Miller Subject: Re: diablo 1.5 died after 5 day uptime X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 07:14:32 -0000 >>> high. Note that the jvm uses more memory then is controlled >>> by the -Xmx arg. You need to leave some head room for that if >>> your going to be setting your limits lower. >> OK, thanx. Is that overhead big? > > It varies depending on what your application does. The JVM itself uses memory and there is additional area for JIT-compiled Java classes and for the young generation of the GC (can control that with -Xmn). > Overall, > I think you will find there is plenty of information on the > web about how to tune memory usage of the jvm. Like http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html