how big is your database? do you have some queries which return a lot of data? sometimes CF doesn't recover very well after loading a large dataset into memory
z On Wed, Feb 23, 2011 at 12:15 PM, Taco Fleur <[email protected]> wrote: > Hi Carl, > > I don't really understand all of that, never really got down into the nitty > gritty of whats behind CF. > > I compared my CF Admin settings with the old one and they are both the same. > > On Wed, Feb 23, 2011 at 10:49 AM, Carl <[email protected]> wrote: >> >> “Java heap space” - sounds like JVM issue not withstanding a CFM CFC >> working poorly. >> >> It is fair to say on 64 bit the memory consumed by the heap and non >> heap for that matter is more than on 32 bit. Sometimes the error can >> mean the initial memory settings not necessarily the maximum. There >> are ways of seeing how that memory is looking by performing some JVM >> logging or running some JDK tools however that is going to take some >> time and effort at your end and I sense you just want to stop the >> problem more than fine tune. >> >> Are you running the same JVM arguments (JVM.CONFIG) memory settings on >> CF8 32 bit that works ok versa CF9 64 bit that fails? >> >> HTH, Carl. >> >> >> On Feb 23, 9:57 am, Taco Fleur <[email protected]> wrote: >> > Hello Carl, >> > >> > In the C:\ColdFusion9\runtime\logs\coldfusion-event.log I found >> > 23/02 07:28:24 error ROOT CAUSE: >> > java.lang.OutOfMemoryError: Java heap space >> > >> > *But note, this is 20 minutes after the server became unresponsive.* >> > >> > >> > Also note that I have 8gig of memory, 4 is reserved for MS SQL and the >> > rest >> > is available. >> > >> > What's next? >> > >> > Thanks in advance.. >> > >> > >> > >> > >> > >> > On Tue, Feb 22, 2011 at 4:53 PM, Carl <[email protected]> wrote: >> > > Hello Taco, >> > >> > > Maybe there is more you can do to self help. Look in these logs for >> > > hints at JVM issues: >> > >> > > •[CF]\runtime\logs server or [Jrun]\logs multiserver >> > > •coldfusion-event.log & coldfusion-out.log >> > > •java.lang.OutOfMemoryError: GC overhead limit >> > > exceeded >> > > •java.lang.OutOfMemoryError: Java heap space >> > > •java.lang.OutOfMemoryError: PermGen >> > > •java.lang.StackOverflowError: >> > > •java.lang.OutOfMemoryError: Out of swap spac >> > >> > > HTH, Carl. >> > >> > > On Feb 22, 3:19 pm, Taco Fleur <[email protected]> wrote: >> > > > Is anyone on this list able to troubleshoot CF9 / Win2008 / IIS7 >> > > > remotely >> > > > Happy to pay up to $200 for someone to look at this and completely >> > > > fix >> > > it. >> > >> > > > - IIS7 >> > > > - Windows 2008 >> > > > - 64bit >> > > > - CF 9,0,1,274733 >> > >> > > > -- >> > > > Kind regards, >> > > > Taco Fleur >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> > > Groups >> > > "cfaussie" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]. >> > > For more options, visit this group at >> > >http://groups.google.com/group/cfaussie?hl=en. >> > >> > -- >> > Kind regards, >> > Taco Fleur >> > clickfind™ - The new Australian Online Marketing Platform >> > (OMP)http://www.onlinemarketingplatform.com.auhttp://www.clickfind.com.au- >> > Hide quoted text - >> > >> > - Show quoted text - >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> > > > > -- > Kind regards, > Taco Fleur > clickfind™ - The new Australian Online Marketing Platform (OMP) > http://www.onlinemarketingplatform.com.au > http://www.clickfind.com.au > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia http://www.ennoble.com.au http://zacster.blogspot.com +61 405 847 168 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
