Commit a97637e3 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Update parameters for 3.0.2

parent 6d263051
...@@ -128,7 +128,6 @@ diag_bitmap ...@@ -128,7 +128,6 @@ diag_bitmap
0x00020000 - synchronous start of persistence. 0x00020000 - synchronous start of persistence.
0x00040000 - release VCL early. 0x00040000 - release VCL early.
0x80000000 - do edge-detection on digest. 0x80000000 - do edge-detection on digest.
Use 0x notation and do the bitor in your head :-) Use 0x notation and do the bitor in your head :-)
esi_syntax esi_syntax
...@@ -141,7 +140,6 @@ esi_syntax ...@@ -141,7 +140,6 @@ esi_syntax
0x00000002 - Ignore non-esi elements 0x00000002 - Ignore non-esi elements
0x00000004 - Emit parsing debug records 0x00000004 - Emit parsing debug records
0x00000008 - Force-split parser input (debugging) 0x00000008 - Force-split parser input (debugging)
Use 0x notation and do the bitor in your head :-) Use 0x notation and do the bitor in your head :-)
expiry_sleep expiry_sleep
...@@ -205,7 +203,6 @@ gzip_tmp_space ...@@ -205,7 +203,6 @@ gzip_tmp_space
0 - malloc 0 - malloc
1 - session workspace 1 - session workspace
2 - thread workspace 2 - thread workspace
If you have much gzip/gunzip activity, it may be an advantage to use workspace for these allocations to reduce malloc activity. Be aware that gzip needs 256+KB and gunzip needs 32+KB of workspace (64+KB if ESI processing). If you have much gzip/gunzip activity, it may be an advantage to use workspace for these allocations to reduce malloc activity. Be aware that gzip needs 256+KB and gunzip needs 32+KB of workspace (64+KB if ESI processing).
gzip_window gzip_window
...@@ -219,7 +216,7 @@ http_gzip_support ...@@ -219,7 +216,7 @@ http_gzip_support
- Default: on - Default: on
- Flags: experimental - Flags: experimental
Enable gzip support. When enabled Varnish will compress uncompressed objects before they are stored in the cache. If a client does not support gzip encoding Varnish will uncompress compressed objects on demand. Varnish will also rewrite the Accept-Encoding header of clients indicating support for gzip to: Enable gzip support. When enabled Varnish will compress uncompressed objects before they are stored in the cache. If a client does not support gzip encoding Varnish will uncompress compressed objects on demand. Varnish will also rewrite the Accept-Encoding header of clients indicating support for gzip to::
Accept-Encoding: gzip Accept-Encoding: gzip
...@@ -241,7 +238,7 @@ http_range_support ...@@ -241,7 +238,7 @@ http_range_support
http_req_hdr_len http_req_hdr_len
- Units: bytes - Units: bytes
- Default: 4096 - Default: 8192
Maximum length of any HTTP client request header we will allow. The limit is inclusive its continuation lines. Maximum length of any HTTP client request header we will allow. The limit is inclusive its continuation lines.
...@@ -254,7 +251,7 @@ http_req_size ...@@ -254,7 +251,7 @@ http_req_size
http_resp_hdr_len http_resp_hdr_len
- Units: bytes - Units: bytes
- Default: 4096 - Default: 8192
Maximum length of any HTTP backend response header we will allow. The limit is inclusive its continuation lines. Maximum length of any HTTP backend response header we will allow. The limit is inclusive its continuation lines.
...@@ -314,7 +311,7 @@ max_restarts ...@@ -314,7 +311,7 @@ max_restarts
nuke_limit nuke_limit
- Units: allocations - Units: allocations
- Default: 10 - Default: 50
- Flags: experimental - Flags: experimental
Maximum number of objects we attempt to nuke in orderto make space for a object body. Maximum number of objects we attempt to nuke in orderto make space for a object body.
......
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