From owner-freebsd-java Tue Feb 2 10:28:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15286 for freebsd-java-outgoing; Tue, 2 Feb 1999 10:28:38 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-4-04.interlinx.qc.ca [207.253.79.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15272 for ; Tue, 2 Feb 1999 10:28:32 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id NAA23692; Tue, 2 Feb 1999 13:34:38 GMT (envelope-from alex@teel.info-noire.com) Date: Tue, 2 Feb 1999 13:34:37 +0000 (GMT) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: hgrabows@usit.net cc: freebsd-java@FreeBSD.ORG Subject: RE: Changing max stack size In-Reply-To: <003801be4b50$e31e6740$6e01a8c0@tasshev.turnaround.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 29 Jan 1999, Joe Shevland wrote: > > > > Under FreeBSD the command line argument for -oss, -ss and -mx don't work > > with this format. The only way I've been able to get the program to > > even execute is to do the following: > > > > java unheatedgui -oss128MB -ss128MB -mx256MB > > > > This was the last time I ran it. I don't see how it is possible for it > > to actually reach these values so I'm assuming it treats the three > > options as command line arguments for "unheatedgui" and not for "java". > Have you tried using the following syntax for the command-line arguments: java -mx256m -oss128m -ss128m MainClass [...] It works for me. Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message