PHP: Description of core php.ini directives - Manual
Here's a short explanation of the configuration directives. memory_limit integer This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server
php.net |