If you get out of memory errors in cf-server.log and the total size of the heap (-Xmx) looks ok then it's almost certain that the perm space (-XX:MaxPermSize) needs to be larger. CF is like JSP in that it creates a large number of classes to get things done and info on every insatnce of these is stored in the perm space.
On 5/26/07, Christopher Jordan <[EMAIL PROTECTED]> wrote: > Michael thanks again for the response. I thought that might be what you > were suggesting. Also, I understand *completely* that none of this stuff > is exact. However, (and this may sound completely foolish), why do you > say the following (emphasis added): > > what is stored in the application scope /(which doesn't really matter > > much)/ and what is stored per user session /(which can be critical)/. > > > What makes one more critical than the other? I'm asking because the > application services have crashed a couple of times recently and we'd > just started storing a structure in the application scope that my friend > thinks might be too big. I'm not convinced of that however. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279328 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

