Skip to content

Commit

Permalink
fix: Further reduce BTRFS resource allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Sep 16, 2024
1 parent 193c761 commit 6066946
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ EnvironmentFile=-/etc/conf.d/btrfs-dedup
ExecStart=/usr/bin/btrfs-dedup %f
ExecReload=/usr/bin/btrfs-dedup --powerchange
PIDFile=/run/btrfs-dedup/%i.pid
MemoryAccounting=yes
MemoryHigh=1G
MemoryMax=2G
MemorySwapMax=500M
CPUAccounting=true
Nice=19
CPUSchedulingPolicy=batch
IOSchedulingClass=best-effort
IOSchedulingPriority=7
OOMScoreAdjust=1000
CPUWeight=30
CPUQuota=100%
CPUQuota=50%
IOWeight=30

0 comments on commit 6066946

Please sign in to comment.