Topic: Out-of-memory when listing jobs of a company
if you have a fairly large database of jobs, and you have companies that have over thousands of jobs, more or less you will probably be getting “Out of memory” error when trying to list all the jobs of these companies.
The fix is to paginate the list of jobs instead of listing all of the jobs all the same time.
you can read the fix here:
http://www.redjumpsuit.net/2011/03/17/p pany-jobs/