File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
presto-docs/src/main/sphinx/admin Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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.
105105The number of times that a query is automatically retried in the case of a transient query or communications failure.
106106The 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+
108119Memory Management Properties
109120----------------------------
110121
You can’t perform that action at this time.
0 commit comments