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 + + + +