[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] tomcat4 on linux
|
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.
_________________________________________________________________________
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
|
|