• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Forwarded to devs CGroups / systemd scope units slowing down

B4c4rd1

Regular Pleskian
TITLE:
CGroups / systemd scope units slowing down
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk Onyx, Version 17.5.3 Update #25, Ubuntu 16.04.2 LTS‬, x64
PROBLEM DESCRIPTION:
Hi,

I can identify a new problem.

Systemd always creates a separate folder per visitor/session under /run/systemd/system.

For example:
  1. session-c288942.scope.d
  2. session-c288940.scope.d
  3. session-c288939.scope.d
The biggest problem is that systemd deletes this folder does not automatically once the connection has been disconnected.

The more folders are present here, takes the longer the restart of systemd.

Now, with CGroups enabled, the process may take a long time.

My workaround:

Create a cronjob with the following command:
Code:
systemctl |grep "abandoned" |sed "s/\.scope.*/.scope/" |xargs systemctl stop

And do the job every hour.​
STEPS TO REPRODUCE:
Open many connections until you have about 30,000 objects in the folder /run/systemd/system. Yes, that takes a long time! But then you can check exactly how long a domain update takes.

Only test this with HDD! Dont test this with SSD drives.​
ACTUAL RESULT:
No automatic clean the folder: /run/systemd/system.​
EXPECTED RESULT:
Automatic clean the folder over time?​
ANY ADDITIONAL INFORMATION:
Is this a bug of ubuntu? Systemd? Plesk? But I know that it is a problem.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
Last edited:
Thank you for report.
Developers have confirmed that it is known issue, already submitted as PPPM-7414
 
Back
Top