Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dedok authored Jan 26, 2018
1 parent 9e38881 commit 3dcabd3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,19 +1230,6 @@ This directive works like [tnt_allowed_spaces], but for indexes.

[Back to contents](#contents)

## Performance tuning
---------------------

* Use [HttpUpstreamKeepaliveModule](http://wiki.nginx.org/HttpUpstreamKeepaliveModule).
* Use [keepalive](http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive).
* Use [keepalive_requests](http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests).
* Use multiple instances of Tarantool servers on your multi-core machines.
* Turn off unnecessary logging in Tarantool and NginX.
* Tune Linux network.
* Tune nginx buffers.

[Back to contents](#contents)

tnt_update
----------
**syntax:** *tnt_update [SIZE or off] [KEYS] [FMT]*
Expand Down Expand Up @@ -1395,6 +1382,19 @@ Client-side javascript example: `example/echo.html`, `example/echo.lua`.

[Back to contents](#contents)

## Performance tuning
---------------------

* Use [HttpUpstreamKeepaliveModule](http://wiki.nginx.org/HttpUpstreamKeepaliveModule).
* Use [keepalive](http://nginx.org/en/docs/http/ngx_http_upstream_module.html#keepalive).
* Use [keepalive_requests](http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests).
* Use multiple instances of Tarantool servers on your multi-core machines.
* Turn off unnecessary logging in Tarantool and NginX.
* Tune Linux network.
* Tune nginx buffers.

[Back to contents](#contents)

## Copyright & license
----------------------

Expand Down

0 comments on commit 3dcabd3

Please sign in to comment.