PHP Memory Limits for an App
I'm concerned about PHP memory limits. I'm working on a excel export utility for my website (by PHPExcel), but server returned a memory overflow error message. I tried adjusting the memory limit by ini_set command, and after several attemps, I ended using a 1024MB requirement for a succesful output, and it was a limited report (about 3k registers). I'm still concerned when lrager reports might be needed. What would be the maximum memory allowed for me to borrow while running my scripts?