Re: Determine size of cached components

2004-11-11 Thread Matthew Drayer
I agree with Barney -- I don't think you'll need to worry too much about space. We have run a server with 2GB of RAM, with max heap set to about 1.2GB. At any given point we have roughly 10,000 cached objects in the server scope, from major system components to smaller business logic and gener

Re: Determine size of cached components

2004-11-10 Thread Barney Boisvert
Little enough that it doesn't matter. If you're not doing any data caching in the components, then the're practically no way you could hope to have memory issues. I don't know how to measure exactly, but you should be able to get a reasonable approximation by summing up the total size of all your

Determine size of cached components

2004-11-10 Thread Jonathan Bigelow
Hi all! After Max I've decided to start playing around with caching some of my more frequently used CFCs in memory for faster execution times. I'm only caching components that are used extremely often (those that handle security, generate navigation, data formatting, etc.) The navigation comp