1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

systemd,launchd match nixos open files limit

it was bumped in https://github.com/NixOS/nixpkgs/pull/176558
This commit is contained in:
Artturin 2022-06-10 17:46:57 +03:00
parent 1dd7253133
commit 2320a2f93e
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>4096</integer>
<integer>1048576</integer>
</dict>
</dict>
</plist>