I agree that maxing out 512 seems high.  Looking at my currently running
Tomcat servers, here's my usage:

Server 1 -- 1 Tap4, 2 Tap3 -- Heap 140 MB, PermGen 85 MB
Server 2 -- 2 Tap3 -- Heap 134 MB, PermGen 35 MB
Server 3 -- 5 Tap3 -- Heap 59 MB, PermGen 46 MB
Server 4 (leaky) -- 1 Tap3 -- Heap 610 MB, PermGen 25 MB

The above apps are all running Hibernate except for Server 4.  I
normally allocate 512 to both heap and permgen, although as you can see
I don't really need that much.  Server 1 and 2 get the most traffic,
also with close to 100 concurrent users.

Shawn

Quoting Schulte Marcus <[EMAIL PROTECTED]>:

> Seems a lot of Mem to me. We're running a Tomcat with several small
> to
> medium apps (1 Tap4, 1 Tap3, several legacy jsp) with some 100
> concurrent
> users. And 256 MB of Heap is way enough. So, maybe it's Jboss - or
> your app.
> 
> What's your hibernate cache-settings. Do you use lazy collections?
> Sorry for
> asking - but when we started to use hibernate some guys were upset
> when
> discovering that hibernate slurped in their whole DB for each request
> ;),
> because they didn't use lazy collections...
> 
> > -----Original Message-----
> > From: Chris Chiappone [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, January 31, 2006 4:36 PM
> > To: Tapestry List
> > Subject: Recommended Memory Req's
> > 
> > 
> > I'm just curious what the recommended amount of memory should be
> > allocated to a medium sized appilcation running Tapestry 4 /
> Hibernate
> > in JBOSS 4.X?  Currently on my Dev box I have JBoss heap size set
> at
> > 512.  When testing my application I notice that I am pretty much
> > maxing that out and am worried about performance on a production
> > system with mulitple users.
> > 
> > Thanks.
> > 
> > --
> > ~chris
> > 
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to