Other Agent related issue
LIMITS
Here is a one-shot REMOTE SHELL command to raise all important limits. Simply
Use the copy icon to copy the script
Paste it into REMOTE SHELL and click RUN COMMAND
Browse to Manual Config -> General and restart the agent
Threadpool
For very large sites, it is recommended to increase the size of the threadpool. You can check the size of the threadpool using the following command:
To increase the size, run the following script using REMOTE SHELL and restart the agent (Manual Config -> General -> Restart Agent)
Disk is full
Remove some big files
Inodes are full
This means the number of files has reached its limit, not the size. Remove or tar
as many files as you can to reduce the inode usage.
File handle limits
systemd
does not honour the old "system wide" methods of increasing file limits. Instead you need to override the service specific file handle allowance. Add the following file to the directory /etc/systemd/system/ardexa.service.d
Inotify limits
To examine just how many file inotify watches are in use, use this script: https://github.com/fatso83/dotfiles/blob/master/utils/scripts/inotify-consumers
The Ardexa agent uses inotify to watch for changes to the file system. For very, very large sites, the default limits might be too small. Increase the limit as follows:
Last updated