]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix alphabetic ordering for "tune.fail-alloc" setting
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Feb 2019 10:35:12 +0000 (11:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Feb 2019 13:18:51 +0000 (14:18 +0100)
Last time I verified, the "f" letter was not between the "l" and the
"m", but between the "e" and the "g", so let's move this entry to the
right place.

doc/configuration.txt

index 8a23c0ae31a1ea29370b81d505dc559f1668ed20..26683a5964c93566df20d86113db55a2f4e77ed3 100644 (file)
@@ -1554,6 +1554,12 @@ tune.comp.maxlevel <number>
   Each session using compression initializes the compression algorithm with
   this value. The default value is 1.
 
+tune.fail-alloc
+  If compiled with DEBUG_FAIL_ALLOC, gives the percentage of chances an
+  allocation attempt fails. Must be between 0 (no failure) and 100 (no
+  success). This is useful to debug and make sure memory failures are handled
+  gracefully.
+
 tune.h2.header-table-size <number>
   Sets the HTTP/2 dynamic header table size. It defaults to 4096 bytes and
   cannot be larger than 65536 bytes. A larger value may help certain clients
@@ -1662,12 +1668,6 @@ tune.lua.service-timeout <timeout>
   counts only the pure Lua runtime. If the Lua does a sleep, the sleep is
   not taken in account. The default timeout is 4s.
 
-tune.fail-alloc
-  If compiled with DEBUG_FAIL_ALLOC, gives the percentage of chances an
-  allocation attempt fails. Must be between 0 (no failure) and 100 (no
-  success). This is useful to debug and make sure memory failures are handled
-  gracefully.
-
 tune.maxaccept <number>
   Sets the maximum number of consecutive connections a process may accept in a
   row before switching to other work. In single process mode, higher numbers