Load burst due to index-git-repositories service
enhancement
This service is super I/O heavy and drives the load up to the point where using it isn't fun anymore.
I'd recommend updating the systemd unit to make the service less bursty.
```
Nice = 19;
IOSchedulingClass = "best-effort";
IOSchedulingPriority = 7;
```
关闭于 2024-09-26 1 条评论