From dougo@ccs.neu.edu Wed Jan 14 17:05:17 1998 Received: from vega.ccs.neu.edu (vega.ccs.neu.edu [129.10.114.125]) by amber.ccs.neu.edu (8.8.6/8.8.6) with ESMTP id RAA17531; Wed, 14 Jan 1998 17:05:14 -0500 (EST) Received: (from dougo@localhost) by vega.ccs.neu.edu (8.8.6/8.8.6) id RAA09046; Wed, 14 Jan 1998 17:05:13 -0500 (EST) Date: Wed, 14 Jan 1998 17:05:13 -0500 (EST) Message-Id: <199801142205.RAA09046@vega.ccs.neu.edu> From: Doug Orleans To: "Luis Blando" Cc: Subject: Re: memory problem In-Reply-To: <199801142115.QAA26513@gte.com> References: <199801142115.QAA26513@gte.com> X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid X-Face: (4D-osoq?}7M3\EgvbWKo admitedly, the program does suck at resource preservation, but it works :-) > thus, do any of you have any pointers on how to "give" more memory to the > jvm so that it continues to work? Yes-- demjava itself runs with: java -ms8m -mx32m EDU.neu.ccs.demeter.tools.demjava.Program $* which sets the starting stack size to 8 megs and the max heap size to 32 megs. See the tools reference page at http://www.javasoft.com/products/jdk/1.1/docs/tooldocs/solaris/java.html (or replace 'solaris' by 'win32' for the windows version). --Doug