|
1400 | 1400 | "agent", |
1401 | 1401 | "single" |
1402 | 1402 | ], |
1403 | | - "default" : 7739680768, |
| 1403 | + "default" : 7739681792, |
1404 | 1404 | "deprecatedIn" : null, |
1405 | 1405 | "description" : "The global size limit for all caches (in bytes).", |
1406 | 1406 | "dynamic" : true, |
|
2862 | 2862 | "dbserver", |
2863 | 2863 | "single" |
2864 | 2864 | ], |
2865 | | - "default" : 6191744614, |
| 2865 | + "default" : 6191745433, |
2866 | 2866 | "deprecatedIn" : null, |
2867 | 2867 | "description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.", |
2868 | 2868 | "dynamic" : true, |
|
3214 | 3214 | "section" : "", |
3215 | 3215 | "type" : "string" |
3216 | 3216 | }, |
| 3217 | + "http.compress-response-threshold" : { |
| 3218 | + "base" : 1, |
| 3219 | + "category" : "option", |
| 3220 | + "component" : [ |
| 3221 | + "coordinator", |
| 3222 | + "dbserver", |
| 3223 | + "agent", |
| 3224 | + "single" |
| 3225 | + ], |
| 3226 | + "default" : 0, |
| 3227 | + "deprecatedIn" : null, |
| 3228 | + "description" : "The HTTP response body size from which on responses are transparently compressed in case the client asks for it.", |
| 3229 | + "dynamic" : false, |
| 3230 | + "enterpriseOnly" : false, |
| 3231 | + "experimental" : false, |
| 3232 | + "hidden" : false, |
| 3233 | + "introducedIn" : [ |
| 3234 | + "v3.12.0" |
| 3235 | + ], |
| 3236 | + "longDescription" : "Automatically compress outgoing HTTP responses with the\ndeflate or gzip compression format, in case the client request advertises\nsupport for this. Compression will only happen for HTTP/1.1 and HTTP/2\nconnections, if the size of the uncompressed response body exceeds \nthe threshold value controlled by this startup option,\nand if the response body size after compression is less than the original \nresponse body size.\nUsing the value 0 disables the automatic response compression.\"", |
| 3237 | + "maxInclusive" : true, |
| 3238 | + "maxValue" : 18446744073709551615, |
| 3239 | + "minInclusive" : true, |
| 3240 | + "minValue" : 0, |
| 3241 | + "obsolete" : false, |
| 3242 | + "os" : [ |
| 3243 | + "linux", |
| 3244 | + "macos", |
| 3245 | + "windows" |
| 3246 | + ], |
| 3247 | + "requiresValue" : true, |
| 3248 | + "section" : "http", |
| 3249 | + "type" : "uint64" |
| 3250 | + }, |
| 3251 | + "http.handle-content-encoding-for-unauthenticated-requests" : { |
| 3252 | + "category" : "option", |
| 3253 | + "component" : [ |
| 3254 | + "coordinator", |
| 3255 | + "dbserver", |
| 3256 | + "agent", |
| 3257 | + "single" |
| 3258 | + ], |
| 3259 | + "default" : false, |
| 3260 | + "deprecatedIn" : null, |
| 3261 | + "description" : "Handle Content-Encoding headers for unauthenticated requests.", |
| 3262 | + "dynamic" : false, |
| 3263 | + "enterpriseOnly" : false, |
| 3264 | + "experimental" : false, |
| 3265 | + "hidden" : false, |
| 3266 | + "introducedIn" : [ |
| 3267 | + "v3.12.0" |
| 3268 | + ], |
| 3269 | + "longDescription" : "If the option is set to `true`, the server will automatically \nuncompress incoming HTTP requests with Content-Encodings gzip and deflate\neven if the request is not authenticated.", |
| 3270 | + "obsolete" : false, |
| 3271 | + "os" : [ |
| 3272 | + "linux", |
| 3273 | + "macos", |
| 3274 | + "windows" |
| 3275 | + ], |
| 3276 | + "required" : false, |
| 3277 | + "requiresValue" : false, |
| 3278 | + "section" : "http", |
| 3279 | + "type" : "boolean" |
| 3280 | + }, |
3217 | 3281 | "http.keep-alive-timeout" : { |
3218 | 3282 | "base" : 1, |
3219 | 3283 | "category" : "option", |
|
7540 | 7604 | "type" : "boolean" |
7541 | 7605 | }, |
7542 | 7606 | "query.global-memory-limit" : { |
7543 | | - "base" : 33106206720, |
| 7607 | + "base" : 33106210816, |
7544 | 7608 | "category" : "option", |
7545 | 7609 | "component" : [ |
7546 | 7610 | "coordinator", |
7547 | 7611 | "dbserver", |
7548 | 7612 | "agent", |
7549 | 7613 | "single" |
7550 | 7614 | ], |
7551 | | - "default" : 26816027443, |
| 7615 | + "default" : 26816030761, |
7552 | 7616 | "deprecatedIn" : null, |
7553 | 7617 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7554 | 7618 | "dynamic" : true, |
|
7833 | 7897 | "type" : "double" |
7834 | 7898 | }, |
7835 | 7899 | "query.memory-limit" : { |
7836 | | - "base" : 33106206720, |
| 7900 | + "base" : 33106210816, |
7837 | 7901 | "category" : "option", |
7838 | 7902 | "component" : [ |
7839 | 7903 | "coordinator", |
7840 | 7904 | "dbserver", |
7841 | 7905 | "agent", |
7842 | 7906 | "single" |
7843 | 7907 | ], |
7844 | | - "default" : 19863724032, |
| 7908 | + "default" : 19863726489, |
7845 | 7909 | "deprecatedIn" : null, |
7846 | 7910 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7847 | 7911 | "dynamic" : true, |
|
9050 | 9114 | "agent", |
9051 | 9115 | "single" |
9052 | 9116 | ], |
9053 | | - "default" : 9287616921, |
| 9117 | + "default" : 9287618150, |
9054 | 9118 | "deprecatedIn" : null, |
9055 | 9119 | "description" : "The size of block cache (in bytes).", |
9056 | 9120 | "dynamic" : true, |
|
11604 | 11668 | "agent", |
11605 | 11669 | "single" |
11606 | 11670 | ], |
11607 | | - "default" : 12383489228, |
| 11671 | + "default" : 12383490867, |
11608 | 11672 | "deprecatedIn" : null, |
11609 | 11673 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11610 | 11674 | "dynamic" : true, |
|
0 commit comments