如何永久改变 Debian 服务器上 apache2 进程的优劣?

如何永久改变 Debian 服务器上 apache2 进程的优劣?

我有带 Apache2 的 Debian 11.2。我想将所有 apache2 进程(或至少是 mod_wsgi 进程)的 niceness 更改为 +5。我该怎么做?

添加Nice=5/usr/lib/systemd/system/apache2.service没有改变任何东西,可能是因为那只调用apachectlrenice似乎有效,但只是作为临时措施。

相关内容