Monday, October 16, 2023

Change NFS Daemon systemd priority

 vim /usr/lib/systemd/system/nfs-server.service

 

 Add to [service]

IOSchedulingPriority=1
CPUSchedulingPolicy=fifo
CPUSchedulingPriority=20

 systemctl daemon-reload

 systemctl restart nfs-server

No comments:

Post a Comment