AW: Severe memory issue

2013-01-30 Thread Helwig, Till Helge
: Mittwoch, 30. Januar 2013 12:50 An: cf-talk Betreff: Re: AW: Severe memory issue Hi Till, What version of CF are you on? I had some issues with memory in CF8 and outlined a few tips http://thinkinglemur.com/index.php/2010/02/memory-leaks-with-coldfusion-8/. If you are doing heap dumps, look f

AW: AW: Severe memory issue

2013-01-30 Thread Helwig, Till Helge
t all... Greetings, Till Helge -Ursprüngliche Nachricht- Von: Donnie Bachan (Gmail) [mailto:donnie.bac...@gmail.com] Gesendet: Mittwoch, 30. Januar 2013 12:50 An: cf-talk Betreff: Re: AW: Severe memory issue Hi Till, What version of CF are you on? I had some issues with memory in CF8 and outli

Re: AW: Severe memory issue

2013-01-30 Thread Donnie Bachan (Gmail)
Hi Till, What version of CF are you on? I had some issues with memory in CF8 and outlined a few tips http://thinkinglemur.com/index.php/2010/02/memory-leaks-with-coldfusion-8/. If you are doing heap dumps, look for objects that hold huge amounts of memory, the blog posts has links to a couple of

AW: AW: Severe memory issue

2013-01-30 Thread Helwig, Till Helge
prüngliche Nachricht- Von: Russ Michaels [mailto:r...@michaels.me.uk] Gesendet: Mittwoch, 30. Januar 2013 11:36 An: cf-talk Betreff: Re: AW: Severe memory issue They will likely be a uuid, and most databases can also generate these natively too. Regards Russ Michaels www.mich

Re: AW: Severe memory issue

2013-01-30 Thread Russ Michaels
They will likely be a uuid, and most databases can also generate these natively too. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 30, 2013 10:34 AM, "Helwig, Till Helge" wrote: > > Hi, > > I would lo

AW: Severe memory issue

2013-01-30 Thread Helwig, Till Helge
Hi, I would love to do that but unfortunately that's impossible. The guy who designed the database layout all those years ago came up with the idiotic idea of using unique OIDs (strings essentially) instead of IDs in every table...and those OIDs have to be generated by some weird class offered