You may experience this issue in a few different ways:
- The `init` process (or systemd) sits at 100% CPU for lengthy periods of time
- You discover that pleskrc takes a very long time to run, even just a simple command like /usr/local/psa/admin/sbin/pleskrc httpd status will take a good 7-10 seconds rather than be instant.
- Logging in via SSH can take a good 30 seconds or longer
This is an indirect result of pleskrc's call to `/bin/systemctl list-unit-files` on line 304. Apparently this...
init at 100% CPU and pleskrc very slow to reload processes
- The `init` process (or systemd) sits at 100% CPU for lengthy periods of time
- You discover that pleskrc takes a very long time to run, even just a simple command like /usr/local/psa/admin/sbin/pleskrc httpd status will take a good 7-10 seconds rather than be instant.
- Logging in via SSH can take a good 30 seconds or longer
This is an indirect result of pleskrc's call to `/bin/systemctl list-unit-files` on line 304. Apparently this...
init at 100% CPU and pleskrc very slow to reload processes