From owner-freebsd-java@FreeBSD.ORG Wed Jul 21 10:01:50 2004 Return-Path: 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 81A0916A4CF for ; Wed, 21 Jul 2004 10:01:50 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with SMTP id 1884443D45 for ; Wed, 21 Jul 2004 10:01:50 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id d19so4755rnf for ; Wed, 21 Jul 2004 03:01:49 -0700 (PDT) Received: by 10.38.71.36 with SMTP id t36mr87767rna; Wed, 21 Jul 2004 03:01:49 -0700 (PDT) Message-ID: Date: Wed, 21 Jul 2004 18:01:49 +0800 From: Jiawei Ye To: freebsd-java@freebsd.org, freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: weird memory and cpu usage running jdk14 on -current X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 10:01:50 -0000 I am running a fairly recent -current(Jul21). Just recompiled jdk1.4 and tried to run snipsnap (snipsnap.org). Using top, I see the following numbers: last pid: 34048; load averages: 0.49, 0.25, 0.50 up 0+04:21:12 17:58:23 53 processes: 1 running, 52 sleeping CPU states: 0.0% user, 0.0% nice, 0.8% system, 0.8% interrupt, 98.4% idle Mem: 134M Active, 15M Inact, 63M Wired, 11M Cache, 34M Buf, 20M Free Swap: 512M Total, 54M Used, 458M Free, 10% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 34048 leafy 20 0 1644M 114M kserel 0:26 235.72% 231.20% java 1644M is "a lot", but I doubt if it's actually using that much. And the CPU time is just not right. Could anybody shed some light on this? Jiawei Ye