s1: resource constraints
This commit is contained in:
@@ -128,6 +128,12 @@ in
|
|||||||
BindPaths = [
|
BindPaths = [
|
||||||
"${cfg.dataDir}:/opt/sentinelone"
|
"${cfg.dataDir}:/opt/sentinelone"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# mj: resource constraints
|
||||||
|
CPUSchedulingPolicy = "idle";
|
||||||
|
IOSchedulingClass = "idle";
|
||||||
|
IOSchedulingPriority = 7;
|
||||||
|
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
"${cfg.package}/opt/sentinelone/bin:/opt/sentinelone/bin"
|
"${cfg.package}/opt/sentinelone/bin:/opt/sentinelone/bin"
|
||||||
"${cfg.package}/opt/sentinelone/ebpfs:/opt/sentinelone/ebpfs"
|
"${cfg.package}/opt/sentinelone/ebpfs:/opt/sentinelone/ebpfs"
|
||||||
|
|||||||
Reference in New Issue
Block a user