0

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

rbncha
  • 912
  • 1
  • 12
  • 28

1 Answers1

0

What value ulimit returns?

On local environment I got: $> ulimit unlimited

And please reboot your operation system after value of ulimit is changed.