Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Rodrigo
Cat is using only approx. 50MB of memory, which is great. Although we do no great deal of caching yet. But this will be done using dbd or memcached anyway, so it won't increase the memsize of cat. And we have yet to find any memleaks, the app is running for months with now... Is that

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Neo [GC]
Octavian Râşniţă schrieb: Could be 256 MB of memory enough? Or 512? Or I would need 1 GB or more if I would like to run a Catalyst app? That Catalyst app would use a MySQL database, and it would have around 100 tables, and 20 - 30 Catalyst controllers. Memory requirements depend heavily on

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread J. Shirley
On Wed, Feb 25, 2009 at 7:42 AM, Neo [GC] n...@gothic-chat.de wrote: Octavian Râşniţă schrieb: Could be 256 MB of memory enough? Or 512? Or I would need 1 GB or more if I would like to run a Catalyst app? That Catalyst app would use a MySQL database, and it would have around 100 tables,

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Bill Moseley
On Wed, Feb 25, 2009 at 08:01:55AM -0800, J. Shirley wrote: As other people mentioned, you likely have a memory leak or some other problem. I have a much larger application than yours, and my memory usage doesn't grow. Please don't spread FUD saying that Catalyst literally explodes. It

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Joel Bernstein
2009/2/25 Bill Moseley mose...@hank.org: On Wed, Feb 25, 2009 at 08:01:55AM -0800, J. Shirley wrote: As other people mentioned, you likely have a memory leak or some other problem.  I have a much larger application than yours, and my memory usage doesn't grow. Please don't spread FUD saying

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread J. Shirley
On Wed, Feb 25, 2009 at 9:47 AM, Joel Bernstein j...@fysh.org wrote: 2009/2/25 Bill Moseley mose...@hank.org: On Wed, Feb 25, 2009 at 08:01:55AM -0800, J. Shirley wrote: As other people mentioned, you likely have a memory leak or some other problem. I have a much larger application than

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Bill Moseley
On Wed, Feb 25, 2009 at 05:47:15PM +, Joel Bernstein wrote: The large change in memory after first request seems inevitable. I'm not sure it's inevitable, but my assumption is that the first request allocates some memory that is then reused for subsequent requests. The only thing to

Re: [Catalyst] Requirements for Catalyst

2009-02-25 Thread Octavian Râsnita
From: Bill Moseley mose...@hank.org On Wed, Feb 25, 2009 at 05:47:15PM +, Joel Bernstein wrote: The large change in memory after first request seems inevitable. Please tell me how can I measure the memory used by a Catalyst app. Thanks. Octavian