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 b1ed2e4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ in
ProtectKernelTunables = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
ProcSubset = "pid";
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
Expand Down

0 comments on commit b1ed2e4

Please sign in to comment.