I am working on a Symfony2 project. I have built few bundles already and have been developing on the "dev" environment through app_dev.php
Now, I feel like I am ready to put this on the prod environment. So I ran this command in the command line:
php app/console assetic:dump
But all I got as a response is this:
File size limit exceeded
When I looked at the usage of the server, it's only at 19%. So I still a lot of space to work with.
What other configuration have I not yet checked? I have been at it with this problem for quite some time now. Searched around the web and all they got are from php.ini
. And I already played around with it and the same result is still displaying
How can I resolve this? Please help.