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.
96
96
.. _tuning-memory :
97
97
98
98
``per-query-retry-limit ``
99
- ^^^^^^^^^^^^^^^^^^^^
99
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
100
100
101
101
* **Type: ** ``integer ``
102
102
* **Minimum value: ** ``0 ``
@@ -105,6 +105,17 @@ session properties are included.
105
105
The number of times that a query is automatically retried in the case of a transient query or communications failure.
106
106
The default value ``0 `` means that retries are disabled.
107
107
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
+
108
119
Memory Management Properties
109
120
----------------------------
110
121
You can’t perform that action at this time.
0 commit comments