Use systemd resource limits
sudo systemctl edit [email protected]
Edit value
[Service]
CPUQuota=50%
Nice=10
IOSchedulingClass=2
IOSchedulingPriority=7
Reload systemd and restart the service:
sudo systemctl daemon-reload
sudo systemctl restart [email protected]