I've written a very big PHP file with lots of variables and equations. Now I'm going to host it on my college website, but with our hosting there is a memory consumption limit. There will be thousands of hits to that page as soon as we link it.
So I want to know the consumed memory of my PHP file when it is requested once,so that we can calculate the usage of memory resources and based on that determine how to proceed.