Memory_Limit

The memory_limit parameter determines the maximum amount of memory, in megabytes, that can be allocated to a PHP script.

memory_limit = 128M

Maximum amount of memory a script may consume (128MB).The memory_limit 96MB is recommended for a site with built-in image processing using ImageAPI GD.





Content