Try using cfsilent and save output specifically to a variable. On Tuesday, August 11, 2015 at 12:02:54 PM UTC-4, Al Holden wrote: > > Seems like your code may be written in a way which sends a lot of output > to the browser that nobody really needs to see? > Perhaps if you posted a sample here or somewhere? > Al > > P.S. My first response was to suggest putting <cfsetting > enablecfoutputonly="true"/> at the top of the file, but without knowing > what's going on there - it's a total guess. > > > On 8/11/2015 8:36 AM, Benjamin Davis wrote: > > I have run into issues with running out of memory processing XML > > files. What I ended up needed to do was to put this: <cfcontent > > reset="true" /> periodically throughout my file. That seemed to help > > in some cases. I don't see it much in my code anymore though, but I > > converted a lot of things to a cfc I think that helped a lot. > > > >
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
