I’m using Symfony2 and on the server from the hosting I pay for I can see the error of exhausting memory. Is it possible to set new limit without editing php.ini (which is not accessible)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set it in PHP script with ini_set() function.
memory-limit directive is PHP_INI_ALL changeable, which means that it can be changed everywhere.