From 1433c422ecf9831ecf031a751a85a1cab2dae091 Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Sun, 22 Mar 2026 20:32:41 -0400 Subject: [PATCH] Set ZSTD_LEVEL=3 on capture service for Pi 3B CPU headroom --- services/bigbrother-capture.service | 1 + 1 file changed, 1 insertion(+) diff --git a/services/bigbrother-capture.service b/services/bigbrother-capture.service index c553877..90f9369 100644 --- a/services/bigbrother-capture.service +++ b/services/bigbrother-capture.service @@ -10,6 +10,7 @@ WorkingDirectory=/opt/.cache/bb Restart=on-failure RestartSec=5 User=root +Environment=ZSTD_LEVEL=3 StandardOutput=null StandardError=null MemoryMax=80M