On Mar 5, 12:38 am, BazD <[email protected]> wrote: > Reducing application scope overheads is something that I am very much > interested in, especially when having several farcry projects sharing > the same core. Most VPS solutions tend to have 512mb min, 2GB max > memory, which Coldfusion can fill up relatively easily on frequently > accessed sites.
FarCry applications will typically stabilise at a certain size once the application is started and all the allocated cache has been used. No amount of traffic in the application should increase the memory footprint beyond this size. The easiest way to determine application footprint is to start ColdFusion, and click around the CFIDE/administrator for a stable size for ColdFusion just on its own. Then start up a FarCry application and run a link crawler through your site to fill the caches. The increase in size of the ColdFusion process will give you an approximate size of your FarCry application. You might be surprised just how small that is. Note, Verity takes up about 10mb per collection as a minimum (regardless of the size of the actual collection). The standard approach of breaking up content types to a single collection each can have a significant impact on your memory usage. For example, 5 applications with 5 collections each can be as much as 250Mb. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
