• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue Extreme delay with some operations

Vinko

New Pleskian
Hi,

I have Plesk Onyx installed on CentOS 7 VPS. Some operations complete with a delay which ranges from one or two minutes (e.g. opening WordPress toolkit, every single time, even if there's only one WP website), and some take more than 5 minutes (installing a "Domain Connect" extension took 6 minutes).

I opened htop, and saw command "systemd --switched-root --system --deserialize 22" takes 100% of CPU white the operation is trying to execute (so, while I'm waiting for WordPress toolkit to load, systemd takes 100% for the whole 2 minutes).

How can I figure out what went wrong with the server?
 
When systemd is running with the deserialize option:

systemd --switched-root --system --deserialize 22

The deserialize option is used to restore saved internal state that a previous invocation of systemd has written out to a file. Its option argument is an open file descriptor for that process. This command loads CPU, thus Apache doesn't have enough resources to run.
In this case, server reboot solves the issue.
 
To be honest, I have no idea what this all means :) , but yes, I can confirm that reboot solved it. But, why would I have to reboot the server to fix this? Why this problem occures at all, and how to prevent it? I wouldn't want to go into comparing uptime of my cpanel and my Plesk server to get the point accross.
 
Back
Top