Cody Caughlan said the following on 10/3/2006 1:15 PM: > Is there any way I can measure how much memory my App scoped CFCs are > taken up? > > I want to optimize my app by placing more of my service/static CFCs in > App scope rather than creating them on every request, but I want to > know how many bytes/MBs these are going to actually consume. > > What are the tools/methods available to measure this consumption? Nothing is perfect here, but you could dump the memory use of the JVM with your application loaded (just be sure that it's the only application loaded). For example, I have an extensive Mach-II application that uses about 92 MB when fully loaded (includes only one active session).
.Peter -- Peter J. Farrell - Maestro Publishing http://blog.maestropublishing.com -- Co-Host of the ColdFusion Weekly Podcast http://www.coldfusionweekly.com You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
