Merge pull request #5726 from azuwis/master

launchd: Set NumberOfFiles to 4096
This commit is contained in:
Eelco Dolstra 2021-12-06 11:25:11 +01:00 committed by GitHub
commit 76af9375c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,5 +25,10 @@
<string>/var/log/nix-daemon.log</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>4096</integer>
</dict>
</dict>
</plist>