Cause: One of the possible reasons of the application log error is that the value of the ulimit parameter is too small, causing the thread startup failure. This problem is solved in EDAS Agent in the latest version.
Solution:
Configure the /etc/security/limits.d/20-nproc.conf file, add the configuration item admin soft nproc unlimited
, and run sysctl -p &> /dev/null
.