Saturday, March 30, 2013

Increase PHP's resource limits

Check/edit your php.ini file for the following settings:
; Maximum amount of memory a script may consume (8MB).
memory_limit = 256M

; Maximum size of POST data that PHP will accept.
post_max_size = 32M

; Maximum allowed size for uploaded files.
upload_max_filesize = 32M

No comments:

Post a Comment