vCenter Client shows a warning about the SDDC Manager VM using a high amount of CPU due to nfsd services
NFS daemon causing high CPU usage on the VM due to reaching the maximum amount of threads opened
When running a top command and sorting by CPU usage (shift + R twice) the nfsd is consuming more than 100% of the CPU
The nfs server in the SDDC Manager is removed in the next upcoming release(4.5.1 and 5.0), so the problem should not appear
Follow the below steps to workaround this issue
journalcte -xe
nfsd: too many open connections; consider increasing the number of the threads
cat /proc/net/rpc/nfsd
Looking at the output for example: th 8 0 2.610 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000rpc.nfsd 16
the above command is increasing the thread count to 16, note that the maximum could be different from one environment to another.