skip to Main Content

PHP memory limit detection

My questions is how I can detect real memory limit on hosting? The php.ini settings do not always represent the true limits, for example, memory_limit of 512MB, the script might fail at 128MB, same for max_execution time.

VIEW QUESTION
Back To Top
Search