RE: J2SDK1.3.0 on PPC

2001-12-18 Thread Jacob Vennervald Madsen
Thanks! I added -Xms2m to the java call and now it works. Jacob -Original Message- From: Franck Routier [mailto:[EMAIL PROTECTED]] Sent: 18. december 2001 14:06 To: Jacob Vennervald Madsen; [EMAIL PROTECTED] Subject: Re: J2SDK1.3.0 on PPC Hi, you need to specify the memory usage of

Re: J2SDK1.3.0 on PPC

2001-12-18 Thread Franck Routier
Hi, you need to specify the memory usage of your JVM java -msXXm -mxYYm where XX is the starting size and YY the max size. Default values are too low on PPC for Tomcat, but I don't remember the right values (give it some tries...) Franck Routier At 12:44 18.12.2001 +0100, Jacob Vennervald

J2SDK1.3.0 on PPC

2001-12-18 Thread Jacob Vennervald Madsen
Hi List I've just installed the Java 2 SDK 1.3.0 on a PPC machine. When I try to start Tomcat 4.0.1 it throws this exception: Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.OutOfMemoryError at java.lang.reflect.Method.copy(Method.java:278)