Commit 9ebc3a5f authored by Geoff Simmons's avatar Geoff Simmons

Mention some more man pages in SEE ALSO.

parent c3d2f622
Pipeline #212 skipped
...@@ -662,10 +662,10 @@ by the varnishd parameters ``thread_pools``, ``thread_pool_min`` and ...@@ -662,10 +662,10 @@ by the varnishd parameters ``thread_pools``, ``thread_pool_min`` and
``thread_pool_max``; this in turn affects how much secure memory will ``thread_pool_max``; this in turn affects how much secure memory will
need to be available for each object in each thread. ``thread_pools`` need to be available for each object in each thread. ``thread_pools``
determines how many thread pools there are, and for each pool, at determines how many thread pools there are, and for each pool, at
least ``thread_pool_min`` will always be started. More threads may be least ``thread_pool_min`` threads will always be started. More threads
started to respond to increasing load, up to the maximum given by may be started to respond to increasing load, up to the maximum given
``thread_pool_max`` for each thread. As load decreases (that is, when by ``thread_pool_max`` for each thread. As load decreases (that is,
threads become idle for time given by ``thread_pool_timeout``), when threads become idle for time given by ``thread_pool_timeout``),
threads will be stopped until the minimum ``thread_pool_min`` is threads will be stopped until the minimum ``thread_pool_min`` is
reached. reached.
...@@ -801,6 +801,8 @@ SEE ALSO ...@@ -801,6 +801,8 @@ SEE ALSO
* varnishd(1) * varnishd(1)
* vcl(7) * vcl(7)
* varnishlog(1) * varnishlog(1)
* mlock(2)
* pthread_key_create(3)
* libgcrypt: https://gnupg.org/software/libgcrypt/index.html * libgcrypt: https://gnupg.org/software/libgcrypt/index.html
* source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt * source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt
* VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode * VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode
......
...@@ -730,6 +730,8 @@ SEE ALSO ...@@ -730,6 +730,8 @@ SEE ALSO
* varnishd(1) * varnishd(1)
* vcl(7) * vcl(7)
* varnishlog(1) * varnishlog(1)
* mlock(2)
* pthread_key_create(3)
* libgcrypt: https://gnupg.org/software/libgcrypt/index.html * libgcrypt: https://gnupg.org/software/libgcrypt/index.html
* source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt * source repository: https://code.uplex.de/uplex-varnish/libvmod-gcrypt
* VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode * VMOD blobcode: https://code.uplex.de/uplex-varnish/libvmod-blobcode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment