meilisearch: lower IO priority

This commit is contained in:
陈浩南 2023-08-30 21:39:14 +08:00
parent 9d98d1ac4d
commit 1fe0be0d82

View File

@ -56,6 +56,9 @@ inputs:
CPUSchedulingPolicy = "idle"; CPUSchedulingPolicy = "idle";
IOSchedulingClass = "idle"; IOSchedulingClass = "idle";
IOSchedulingPriority = 4; IOSchedulingPriority = 4;
IOAccounting = true;
IOWeight = 1;
IODeviceLatencyTargetSec = "/dev/mapper/root 200ms";
Nice = 19; Nice = 19;
Slice = "-.slice"; Slice = "-.slice";
}; };