Performance issues occur when using Symantec Endpoint Protection (SEP) for Linux. The sisamddaemon process may consume above-average resources.
By default, SEP for Linux is configured to scan for the highest level of security, not the best performance. Auto-Protect may also consume additional resources when scanning compressed files, especially large archive formats (it can only scan 3 archive levels maximum).
|
findmnt -t nfs,nfs4
|
nprocpgrep sisamddaemon
taskset -cp <PID of sisamddaemon)
|
|
systemctl set-property --runtime sisamddaemon CPUQuota=40%Tis example caps each cpu to 40% AMD, so if you have 4 cores, you could still see a maximum of 160% CPU being used (40% x 4 cores).