From owner-freebsd-java@FreeBSD.ORG Sat Oct 25 16:01:01 2003 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 A02EB16A4B3 for ; Sat, 25 Oct 2003 16:01:01 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2D2843FCB for ; Sat, 25 Oct 2003 16:01:00 -0700 (PDT) (envelope-from rootman22@comcast.net) Received: from 12-209-185-111.client.attbi.com ([12.209.185.111]) by comcast.net (sccrmhc13) with SMTP id <200310252300590160033anse>; Sat, 25 Oct 2003 23:01:00 +0000 From: Joe Warner To: Antony T Curtis Date: Sat, 25 Oct 2003 17:02:27 -0600 User-Agent: KMail/1.5.4 References: <200310250821.24466.rootman22@comcast.net> <1067094267.4901.1.camel@pcgem.rdg.cyberkinetica.com> In-Reply-To: <1067094267.4901.1.camel@pcgem.rdg.cyberkinetica.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310251702.27618.rootman22@comcast.net> cc: java@freebsd.org Subject: Re: Java Processes 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: Sat, 25 Oct 2003 23:01:01 -0000 On Saturday 25 October 2003 09:04 am, Antony T Curtis wrote: > On Sat, 2003-10-25 at 15:21, Joe Warner wrote: > > Hi, > > > > Does anyone know how to control the number of Java processes that get > > spawned when running one of the variants in /usr/ports/java..? I'm > > running linux-ibm-jdk1.3.1 and when I launch > > /usr/local/linux-ibm-jdk1.3.1/bin/java it spawns 5 processes of java and > > it's bringing my system to it's knees! There was an older version that I > > used to run that only spawned 1 process and my system could handle it > > fine. > > Each thread in a Linux binary becomes 1 process under FreeBSD. > > > I've looked through the supplied documentation, this list and even Google > > and can't find any instructions on how to limit these processes. > > Try using -classic option. What kind of option is that? Java command line or make option? Thanks Joe