Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Bump up file limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfredo Sanchez committed Mar 31, 2008
1 parent a1cff11 commit 7176130
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contrib/launchd/calendarserver.plist
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,17 @@ limitations under the License.
<key>StandardErrorPath</key>
<string>/var/log/caldavd/error.log</string>

<key>HardResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>12000</integer>
</dict>

<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>12000</integer>
</dict>

</dict>
</plist>

0 comments on commit 7176130

Please sign in to comment.