I broke the controllers into much smaller sizes. My site does not seem to be too much of a memory hog at this time. I will probably try to find ways of making it more efficient in the near future, but have tons of other stuff to do in the meantime.
On Fri, Jan 13, 2012 at 4:45 PM, howesc <how...@umich.edu> wrote: > yeah, i don't have any controllers that are 7mb.... > > if that 7mb happens to be some static data that you are loading into > memory you might consider loading the data into a blobstore, and having a > method that reads it in and stores it in memcache for use by your > application. > > just a thought. > > cfh >