|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] tomcat4 on linux
|
On Thu, Aug 08, 2002 at 01:37:34AM -0400, Mental Patient wrote:
> Keith Bentrup wrote:
> >Hi everyone,
> > I am running tomcat4 on my RH7.2 box. It's an old box and
> >doesn't have much memory, so I am trying to limit the number of
> >processes it loads. I specify maxProcessors of 5 in the server.xml, but
> >when I do ps, it shows 20 running. Anyone know what gives? Tomcat is
> >really bogging down my machine. Help will be greatly appreciated.
> >Thanks,
>
> Threads show up as processes in linux.
>
>
> Why on earth would you run java on a low memory machine? Its going to
> suck. If its educational for you to learn in or something, set
> maxprocesses to 1 or something and maybe you'll be ok.
>
Agreed.
Depending on which JVM you are using, the -Xmx switch could be
available which limits the size of the memory pool used.
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|