Skip to content

Commit

Permalink
nixos/wyoming-faster-whisper: remove ProcSubset protection
Browse files Browse the repository at this point in the history
ProcSubset protection blocks faster-whisper from parsing /proc/cpuinfo
This results in a fallback to a suboptimal processing method, causing
processing times to be unnecessarily long
  • Loading branch information
itz-Jana committed Jan 13, 2025
1 parent ad2781b commit 93a5596
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ in
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
ProcSubset = "pid";
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
Expand Down

0 comments on commit 93a5596

Please sign in to comment.