Skip to content

Commit

Permalink
Trigger build to test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba authored Sep 27, 2023
1 parent 150acfa commit e5bf76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This is a list of the custom headers used by Gateleen.
## Performance Tuning
* The amount of max open files per process should be at least 16384. You can check your max open files per process with this command `cat /proc/<process id>/limits`.
* The amount of open files depends on the amount of open Http Requests, which are holding a tcp connection which are holding a file handle.
* The important number to control the open Http Requests is the pool size of the Http Client. The higher the pool size the higher the open files.
* The important number to control the open HTTP requests is the pool size of the Http Client. The higher the pool size the higher the open files.

## Dependencies
* [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage) at least release [v2.0.2](https://github.com/swisspush/vertx-rest-storage/releases/tag/v2.0.2)
Expand Down

0 comments on commit e5bf76d

Please sign in to comment.