Few things, There were some DB Driver updates released a few weeks ago, make sure you have those installed.
Do you use any persistant CFCs (server, application, session)? Check for var statements on setting variables. Things can get out of hand if your variables run loose. What other external process do you use? You never know what CFX tags will do, and I recommend staying away 100% from C++ cfx tags. Do you store a lot of data in the session? If you have a huge amount with fairly heavy traffic, you may want to re-think that strategy. Good luck. -nathan strutz http://www.dopefly.com/ gabriel l smallman wrote: > Hey all, > > We are experiencing some issues with cfmx with ram usage. We have noticed > under heavy load memory continues to creep, up to 1.5 gigs which is as large > as we can set the max heap size and get mx to start. > > So we turned down template caching and query caching, and cleaned our > application structure every 5 minutes. But it still hits the limit, and > often hangs. I assume b/c heap ran out of room and couldn't do garbage > collection fast enough. > > Anyone have any experience like this where by mx uses an inordinate amount > of memory eventually to its own demise in a very short period of time? > > > Setup: > Mx 6.1 > Win 2.3k > 2 gig of ram > Heap max 1.5 gig > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185092 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

