Skip to content

Commit

Permalink
Add note regarding system limitations. Addresses #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 12, 2019
1 parent a803b4c commit 52e57c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,16 @@ Falcon uses a pre-fork model which loads the entire rack application before fork

[async-http] has been designed carefully to minimize IO related garbage. This avoids large per-request memory allocations or disk usage, provided that you use streaming IO.

### System Limitations

If you are expecting to handle many simultaneous connections, please ensure you configure your file limits correctly.

```
Errno::EMFILE: Too many open files - accept(2)
```

This means that your system is limiting the number of files that can be opened by falcon. Please check the `ulimit` of your system and set it appropriately.

## Priority Business Support

Falcon can be an important part of your business or project, both improving performance and saving money. As such, priority business support is available to make every project a success. The agreement will give you:
Expand Down

0 comments on commit 52e57c0

Please sign in to comment.