From 2b2e23c6cf325d3051e2a10f9c99fff6c9853c9d Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 6 Jul 2022 12:39:08 +0200 Subject: [PATCH] Add maxfiles bugfix (LaunchDaemons, root:wheel) --- other/limit.maxfiles.plist | 21 +++++++++++++++++++++ other/limit.maxproc.plist | 22 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 other/limit.maxfiles.plist create mode 100644 other/limit.maxproc.plist diff --git a/other/limit.maxfiles.plist b/other/limit.maxfiles.plist new file mode 100644 index 00000000..150082b1 --- /dev/null +++ b/other/limit.maxfiles.plist @@ -0,0 +1,21 @@ + + + + + + Label + limit.maxfiles + ProgramArguments + + launchctl + limit + maxfiles + 64000 + 524288 + + RunAtLoad + + ServiceIPC + + + diff --git a/other/limit.maxproc.plist b/other/limit.maxproc.plist new file mode 100644 index 00000000..e2b2b3e0 --- /dev/null +++ b/other/limit.maxproc.plist @@ -0,0 +1,22 @@ + + + + + + Label + limit.maxproc + ProgramArguments + + launchctl + limit + maxproc + 12784 + 14176 + + RunAtLoad + + ServiceIPC + + + +