Skip to content

Commit

Permalink
docs: add note to readme about ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed May 17, 2023
1 parent e0cb1ef commit c50728d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ You can either:

# Running

When running outside of Docker (at least on macOS), it is recommended to increase the max open files limit to prevent the `too many open files` error.

```bash
$ ulimit -n unlimited
```

Assuming you have placed `deltio` somewhere in your `$PATH`, run Deltio with the default options (port: `8085`):

```bash
Expand Down

0 comments on commit c50728d

Please sign in to comment.