Run php-fpm pools with NICE values

701 Views Asked by At

Can php-fpm pools have NICE values? Each one of my pools run under it's own user and group, like:

[pool1]
user = pool1
group = pool1
...

I've tried to create /etc/security/limits.d/prio.conf with contents:

@pool1  hard  priority  39

But with htop that pool still have she same PRI and NI values than other pools after reboot.

1

There are 1 best solutions below

0
On BEST ANSWER