Opened 7 years ago

Closed 6 years ago

#1286 closed defect (fixed)

Probably outdated docs

Reported by: AMDmi3@… Owned by:
Priority: minor Milestone:
Component: documentation Version:
Keywords: Cc:
uname -a:
nginx -V: any

Description

http://nginx.org/en/docs/http/ngx_http_uwsgi_module.html#uwsgi_cache_path says:

"In addition, all active keys and information about data are stored in a shared memory zone, whose name and size are configured by the keys_zone parameter. One megabyte zone can store about 8 thousand keys."

In practice, my 1MB cache stopped growing on 4k entries (still far from max_size) so I suspect that the documentation may be oudated and the "about 8 thousand keys" should be changed to "about 4 thousand keys"

Change History (2)

comment:1 by Yaroslav Zhuravlev <yar@…>, 6 years ago

In 2069:fc3ba2e76974/nginx_org:

Documented size of keys_zone for commercial version (trac #1286).

comment:2 by Yaroslav Zhuravlev, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.