Thanks Dave. We've played with memory allocation in the JVM config file, but perhaps we need to look into it again. I appreciate the links! :o)
Chris Dave Watts wrote: >> Is there any way (outside of getting CF8 in a few months) >> that I can access the amount of memory that a given scope is using? >> > > Not exactly, but you can fiddle around with the amount of memory allocated > to different generations within the JVM. For example, information about > compiled files is stored in the permanent generation, while regular > variables are presumably stored in the young generation. I would assume that > session and application variables would likely be stored in the tenured > generation. > > http://www.petefreitag.com/articles/gctuning/ > http://www.petefreitag.com/item/508.cfm > http://www.robisen.com/ > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > This email has been processed by SmoothZap - www.smoothwall.net > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279285 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

