Skip to content

Commit 4766404

Browse files
committed
Add http-server.max-request-header-size to properties.rst
1 parent 8286ffa commit 4766404

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

presto-docs/src/main/sphinx/admin/properties.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ session properties are included.
9696
.. _tuning-memory:
9797

9898
``per-query-retry-limit``
99-
^^^^^^^^^^^^^^^^^^^^
99+
^^^^^^^^^^^^^^^^^^^^^^^^^
100100

101101
* **Type:** ``integer``
102102
* **Minimum value:** ``0``
@@ -105,6 +105,17 @@ session properties are included.
105105
The number of times that a query is automatically retried in the case of a transient query or communications failure.
106106
The default value ``0`` means that retries are disabled.
107107

108+
``http-server.max-request-header-size``
109+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+
111+
* **Type:** ``data size``
112+
* **Default value:** ``8 kB``
113+
114+
The maximum size of the request header from the HTTP server. Because Presto
115+
sessions are encoded in the headers of all requests to Presto servers,
116+
the default value can cause errors when large session properties or other
117+
large session information is involved. If this happens, increase the value.
118+
108119
Memory Management Properties
109120
----------------------------
110121

0 commit comments

Comments
 (0)