Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
I'm still experiencing the memory leak with JSPs that I asked about yesterday, and I'm trying to give Tomcat more memory, but it's apparently not working. I changed the following line in tomcat.bat.:startServer from %_STARTJAVA% %TOMCAT_OPTS% -Djava.security.policy . . . to %_STARTJAVA% -X

RE: Help giving Tomcat more memory

2002-01-24 Thread Randy Layman
No space and capital M works for me (i.e. -Xms256M -Xmx384M), but I'm not sure what is required. Randy > -Original Message- > From: Michael Molloy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 24, 2002 8:47 AM > To: Tomcat > Subject: Hel

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
chael Molloy [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 24, 2002 8:47 AM > > To: Tomcat > > Subject: Help giving Tomcat more memory > > > > > > I'm still experiencing the memory leak with JSPs that I asked about > > yesterday, and I'm trying t

Re: Help giving Tomcat more memory

2002-01-24 Thread Michael Molloy
> > -Original Message- > > > From: Michael Molloy [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, January 24, 2002 8:47 AM > > > To: Tomcat > > > Subject: Help giving Tomcat more memory > > > > > > > > > I'm still expe

Re: Help giving Tomcat more memory

2002-01-31 Thread J. Russell Smyth
> I then start the program with > java -Xms145M -Xmx160M test > > If I understand this correctly, the initial heap size should be 145 megs. > However, looking at my processes, there is only about 7200K allocated for the > program. Why doesn't it start out at 145? That is the same behaviour I'

Re: Help giving Tomcat more memory

2002-02-01 Thread Tom Bednarz
Michael, > I then start the program with > java -Xms145M -Xmx160M test > > If I understand this correctly, the initial heap size should be 145 megs. > However, looking at my processes, there is only about 7200K allocated for the > program. Why doesn't it start out at 145? That is the same behavio