Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 1999 13:34:37 +0000 (GMT)
From:      Alex Boisvert <alex@gel.usherb.ca>
To:        hgrabows@usit.net
Cc:        freebsd-java@FreeBSD.ORG
Subject:   RE: Changing max stack size
Message-ID:  <Pine.BSF.3.95q.990202132927.1100O-100000@teel.info-noire.com>
In-Reply-To: <003801be4b50$e31e6740$6e01a8c0@tasshev.turnaround.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.990202132927.1100O-100000>