Anyone knows what to do with "Failed to allocate directory watch: Too many open files" in containers?
It happens in every container so i suppose its an issue with the host.
I've tried to add the following to the /etc/security/limits.conf on the host but with no luck
Anyone got a clue how i should proceed?
It happens in every container so i suppose its an issue with the host.
I've tried to add the following to the /etc/security/limits.conf on the host but with no luck
Code:
root - nofile unlimited
* - nofile unlimited
Anyone got a clue how i should proceed?