ulimit -n
command.1024
, it is insufficient. Please add following lines to your /etc/security/limits.conf
file and reboot your machine.65536
is safer value for large deployment. The required number of file descriptors depends on your fluentd plugins and setting. Here are the estimation examples:/etc/sysctl.conf
file. Please either type sysctl -p
or reboot your node to have the changes take effect.