What are your default PHP memory and upload size settings and can I change them if I need to?
Answer this Question
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Answer #1
Our servers are configured with the following default PHP limits:
memory_limit = 64MB
upload_max_filesize = 10MB
post_max_size = 12MB
You can customize these as needed by creating a custom .user.ini file in your account on the server.
For information on how to do this, please see the following link…
http://kb.site5.com/php/how-to-make-custom-php-changes-using-a-user-ini-file/