Runbook

Too many processes running on the host

Back to Runbooks

Overview

If there are too many processes running on hosts, it could lead to performance issues and resource constraints. You may want to review and prioritize the running processes, terminating unnecessary ones, or optimizing resource allocation to improve system performance. Monitoring tools can help identify resource-intensive processes and their impact on the system.

Parameters

Debug

The maximum number of processes the user can create.

Check the amount of used memory by each process

Count the number of process running on the host

Check for fork bombs

Killing process that match a certain regex pattern

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.