RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
PROTECTED] Subject: Re: Actually RE: Tomcat processes... (to Christoph Rooms) Christoph Rooms wrote: > > Hi, > > So I putted -Xmx24m in after the java command in tomcat.sh > > What I see he now uses 50M. Anybody knows why ? > > greetz, Christoph You can only configure the h

Re: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Steve Ruby
Christoph Rooms wrote: > > Hi, > > So I putted -Xmx24m in after the java command in tomcat.sh > > What I see he now uses 50M. Anybody knows why ? > > greetz, Christoph You can only configure the heap size for java, you can't limit the total memory requirements of the JVM... Limiting the hea

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Rooms [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: Actually RE: Tomcat processes... (to Christoph Rooms) But is it normal that it takes 140 MB of RAM ? (I know that I only have to count 1 process) I have a provider that wanted to support ser

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Sent: Wednesday, January 24, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: Actually RE: Tomcat processes... (to Christoph Rooms) But is it normal that it takes 140 MB of RAM ? (I know that I only have to count 1 process) I have a provider that wanted to support servlets using tomcat. But it se

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread CPC Livelink Admin
esday, January 24, 2001 4:57 PM To: [EMAIL PROTECTED] Subject: RE: Actually RE: Tomcat processes... (to Christoph Rooms) But is it normal that it takes 140 MB of RAM ? (I know that I only have to count 1 process) I have a provider that wanted to support servlets using tomcat. But it seems I manag

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
reetz, Christoph -Original Message- From: tlittle [mailto:tlittle]On Behalf Of Trevor Little Sent: woensdag 24 januari 2001 22:37 To: [EMAIL PROTECTED] Subject: Re: Actually RE: Tomcat processes... (to Christoph Rooms) If you're talking about java processes it's really just one p

Re: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Trevor Little
If you're talking about java processes it's really just one process and what you're seeing are actually threads. It's normal. Michael Wentzel wrote: > > > I'm running Tomcat on linux. From the moment I start up > > Tomcat, I see 51 > > processes and these processes takes up 142 MB of memory. I