I think that the amount of mem used will be dependent on the webapps that are loaded. I seem to remember running at about 8 MB at one point. I've since added a 12 MB war file and am now at about 22 MB. As far as the difference between win2000 and Solaris I'm not 100% sure but I know that on Linux each java thread is shown using the amount of mem of the full server. So if I've got 5 threads running at 22 MB it looks like tomcat is using about 110 MB. In actuality it's only the 22 MB being counted 5 times. Solaris may do something similar.
----- Original Message ----- From: "Randy Layman" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 30, 2002 6:30 AM Subject: RE: JAVA Process on Solaris 8 is taking 52M > > 52MB is a little on the low side for out installations, and I've > never seen Tomcat run with 8MB. Does the Win2K system actually work? > > Randy > > > -----Original Message----- > > From: Tamim, Samir [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 30, 2002 10:06 AM > > To: 'Tomcat Users List' > > Subject: JAVA Process on Solaris 8 is taking 52M > > > > > > Hi everybody, > > Did install tomcat with the WARP Connector to Apache on Solaris 8 and > > Windows 2000. > > The JAVA.EXE (tomcat process) is taking 8Mb on Windows 2000 > > and 52Mb on > > Solaris. > > Is it normal !!!! > > > > Thanks, > > Sam > > > > > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
