Other Agent related issue
LIMITS
mkdir -p /etc/systemd/system/ardexa.service.d;
echo "[Service]\nLimitNOFILE=infinity" > /etc/systemd/system/ardexa.service.d/override.conf;
systemctl daemon-reload;
if ! grep -q '^fs.inotify.max_user_watches' /etc/sysctl.conf; then
echo 'fs.inotify.max_user_watches=1048576' >> /etc/sysctl.conf;
fi;
sysctl -p;Threadpool
bash -c 'echo $(( $(ps -Lef | grep sbin[/]ardexa | wc -l) - 12))'mkdir -p /etc/systemd/system/ardexa.service.d;
printf '[Service]\nEnvironment="UV_THREADPOOL_SIZE=128"\n' > /etc/systemd/system/ardexa.service.d/threadpool.conf;
systemctl daemon-reloadDisk is full
Inodes are full
File handle limits
Inotify limits
Last updated
Was this helpful?