Skip to content

Commit

Permalink
Merge pull request owncloud#3889 from owncloud/docs-ulimits
Browse files Browse the repository at this point in the history
[docs-only] add docs for macOS ulimits
  • Loading branch information
wkloucek authored May 30, 2022
2 parents b0f6120 + 1f5c3b6 commit d4e0045
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ocis/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ When you're using oCIS with self-signed certificates, you need to answer the the
oCIS by default relies on Multicast DNS (mDNS), usually via avahi-daemon. If your system has a firewall, make sure mDNS is allowed in your active zone.
{{< /hint >}}

{{< hint warning >}}

#### Open Files on macOS

The start command `./ocis server` starts a runtime which runs all oCIS services in one process. On MacOS we have very low limits for open files. oCIS needs more than the default 256. Please raise the limit to 1024 by typing `ulimit -n 1024` within the same cli session where you start ocis from.
{{< /hint >}}

### Docker

Docker images for oCIS are available on [Docker Hub](https://hub.docker.com/r/owncloud/ocis).
Expand Down

0 comments on commit d4e0045

Please sign in to comment.