Our CPU & Memory spikes after every 30-40 minutes. What can be the issue

Our CPu and Memory spikes after every few minutes. Upon checking in CLI, we found that the issue might be with an update from Vital.

This is the operation we have to kill everytime to bring it back to normal.
ps aux --sort=-%cpu ps aux --sort=-%mem kill -9 8482 kill -9 8483 kill -9 8487

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.