I have cwp and orocommerce installed. Running a command php app/console cache:clear --env=prod
giving me
failed to open dir: Too many open files error
I modified the php conf max_input_nesting_level = 1500
ulimit -n 30000
. It didn't help.
[RuntimeException]
[UnexpectedValueException]
RecursiveDirectoryIterator::__construct(/home/realized/public_html/oro/vendor/oro/commerce/src/Oro/Bundle/PaymentBundle/
Resources/translations): failed to open dir: Too many open files
I also tried the solution on : stackoverflow solution. None seem to help me. Thanks