[master] 55bd09a41 No the default vsl_space is not 1G for 32bit builds

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Feb 24 21:56:07 UTC 2020


commit 55bd09a41846a0cfea0a93362801af4522a6c865
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Feb 24 22:54:27 2020 +0100

    No the default vsl_space is not 1G for 32bit builds
    
    Better diff with the --word-diff option.

diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index 98c5ff0db..dd01fbeba 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -506,15 +506,16 @@ flags are:
 Default Value Exceptions on 32 bit Systems
 ------------------------------------------
 
-Be aware that on 32 bit systems, certain default values are reduced
-relative to the values listed below, in order to conserve VM space:
+Be aware that on 32 bit systems, certain default or maximum values are
+reduced relative to the values listed below, in order to conserve VM
+space:
 
 * workspace_client: 24k
 * workspace_backend: 20k
 * http_resp_size: 8k
 * http_req_size: 12k
 * gzip_buffer: 4k
-* vsl_space: 1G
+* vsl_space: 1G (maximum)
 * thread_pool_stack: 52k
 
 .. _List of Parameters:


More information about the varnish-commit mailing list