Solution 1:
The error is here: Too many open files
<- you need to increase the limit on the number of open files. This could be done with ulimit
command and make it permanent as described in this answer.
The error is here: Too many open files
<- you need to increase the limit on the number of open files. This could be done with ulimit
command and make it permanent as described in this answer.