Gary Tang <gary.l.tang <at> gmail.com> writes: > > Iam using J2M3 with 512 Mb. It works fine so far. As to how many users > jetspeed to support, I believe this is related to Tomcat.Jetspeed actually > is a servlet, which can support any number of users. > > On 11/22/05, Eivinn Hustveit <eivinn <at> fortiden.com> wrote: > > > > Hi, > > > > We're using Jetspeed-current with Tomcat 5.0.30 for a CMS project. > > Lately we have been letting in a couple of new test users and have > > then received the stacktrace at the end of this message. > > > > Settings: > > JAVA_OPTS="-Xms64M -Xmx128M -Xloggc:/log/gb.log" > > > > After responding to the stacktrace I upped the memory to Xms128M and > > Xmx256M. > > How many users are Jetspeed supposed to support with my memory VM > > settings? > > I also wonder how many mysql connections Jetspeed would need.
These are still good questions. However, I think even 256 MB is probably on the low side. Even running tomcat with a fairly light-weight app, I would use 512MB. With jetspeed, I would probably expect to up it to 768 in production. BTW, set your min and max heap sizes to the same value, you will get better performance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
