Too many open files in Dev VM
Edit on GitHubDescription
When running ./vendor/bin/install
, the Too many open files error occurs.
Cause
Maximum number of open files is too high.
Solution
Adjust the maximum number of open files as follows:
ulimit -n 65535
Thank you!
For submitting the form