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

