Skip to content

[CircleCI Generated] generate-scheduled-8167 #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions site/data/3.10/arangod.json
Original file line number Diff line number Diff line change
@@ -1109,7 +1109,7 @@
"agent",
"single"
],
"default" : 7739680768,
"default" : 7739681792,
"deprecatedIn" : null,
"description" : "The global size limit for all caches (in bytes).",
"dynamic" : true,
@@ -7273,15 +7273,15 @@
"type" : "boolean"
},
"query.global-memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 26816027443,
"default" : 26816030761,
"deprecatedIn" : null,
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -7539,15 +7539,15 @@
"type" : "double"
},
"query.memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 19863724032,
"default" : 19863726489,
"deprecatedIn" : null,
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -8659,7 +8659,7 @@
"agent",
"single"
],
"default" : 9287616921,
"default" : 9287618150,
"deprecatedIn" : null,
"description" : "The size of block cache (in bytes).",
"dynamic" : true,
@@ -11006,7 +11006,7 @@
"agent",
"single"
],
"default" : 12383489228,
"default" : 12383490867,
"deprecatedIn" : null,
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
"dynamic" : true,
14 changes: 7 additions & 7 deletions site/data/3.11/arangod.json
Original file line number Diff line number Diff line change
@@ -1400,7 +1400,7 @@
"agent",
"single"
],
"default" : 7739680768,
"default" : 7739681792,
"deprecatedIn" : null,
"description" : "The global size limit for all caches (in bytes).",
"dynamic" : true,
@@ -7518,15 +7518,15 @@
"type" : "boolean"
},
"query.global-memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 26816027443,
"default" : 26816030761,
"deprecatedIn" : null,
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -7816,15 +7816,15 @@
"type" : "double"
},
"query.memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 19863724032,
"default" : 19863726489,
"deprecatedIn" : null,
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -9059,7 +9059,7 @@
"agent",
"single"
],
"default" : 9287616921,
"default" : 9287618150,
"deprecatedIn" : null,
"description" : "The size of block cache (in bytes).",
"dynamic" : true,
@@ -11640,7 +11640,7 @@
"agent",
"single"
],
"default" : 12383489228,
"default" : 12383490867,
"deprecatedIn" : null,
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
"dynamic" : true,
52 changes: 52 additions & 0 deletions site/data/3.12/arangobackup.json
Original file line number Diff line number Diff line change
@@ -58,6 +58,58 @@
"section" : "",
"type" : "boolean"
},
"compress-request-threshold" : {
"base" : 1,
"category" : "option",
"default" : 0,
"deprecatedIn" : null,
"description" : "The HTTP request body size from which on requests are transparently compressed when sending them to the server.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"longDescription" : "Automatically compress outgoing HTTP requests \nwith the deflate compression format. Compression will only happen for\nHTTP/1.1 and HTTP/2 connections, if the size of the uncompressed request\nbody exceeds the threshold value controlled by this startup option,\nand if the request body size after compression is less than the original\nrequest body size.\nUsing the value 0 disables the automatic request compression.\"",
"maxInclusive" : true,
"maxValue" : 18446744073709551615,
"minInclusive" : true,
"minValue" : 0,
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"requiresValue" : true,
"section" : "",
"type" : "uint64"
},
"compress-transfer" : {
"category" : "option",
"default" : false,
"deprecatedIn" : null,
"description" : "Compress data for transport between arangobackup and server.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"longDescription" : "This option enables transport compression for data\nreceived by an ArangoDB server.",
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"required" : false,
"requiresValue" : false,
"section" : "",
"type" : "boolean"
},
"config" : {
"category" : "option",
"default" : "",
52 changes: 52 additions & 0 deletions site/data/3.12/arangobench.json
Original file line number Diff line number Diff line change
@@ -109,6 +109,58 @@
"section" : "",
"type" : "uint64"
},
"compress-request-threshold" : {
"base" : 1,
"category" : "option",
"default" : 0,
"deprecatedIn" : null,
"description" : "The HTTP request body size from which on requests are transparently compressed when sending them to the server.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"longDescription" : "Automatically compress outgoing HTTP requests \nwith the deflate compression format. Compression will only happen for\nHTTP/1.1 and HTTP/2 connections, if the size of the uncompressed request\nbody exceeds the threshold value controlled by this startup option,\nand if the request body size after compression is less than the original\nrequest body size.\nUsing the value 0 disables the automatic request compression.\"",
"maxInclusive" : true,
"maxValue" : 18446744073709551615,
"minInclusive" : true,
"minValue" : 0,
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"requiresValue" : true,
"section" : "",
"type" : "uint64"
},
"compress-transfer" : {
"category" : "option",
"default" : false,
"deprecatedIn" : null,
"description" : "Compress data for transport between arangobench and server.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"longDescription" : "This option enables transport compression for data\nreceived by an ArangoDB server.",
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"required" : false,
"requiresValue" : false,
"section" : "",
"type" : "boolean"
},
"config" : {
"category" : "option",
"default" : "",
80 changes: 72 additions & 8 deletions site/data/3.12/arangod.json
Original file line number Diff line number Diff line change
@@ -1400,7 +1400,7 @@
"agent",
"single"
],
"default" : 7739680768,
"default" : 7739681792,
"deprecatedIn" : null,
"description" : "The global size limit for all caches (in bytes).",
"dynamic" : true,
@@ -2862,7 +2862,7 @@
"dbserver",
"single"
],
"default" : 6191744614,
"default" : 6191745433,
"deprecatedIn" : null,
"description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.",
"dynamic" : true,
@@ -3214,6 +3214,70 @@
"section" : "",
"type" : "string"
},
"http.compress-response-threshold" : {
"base" : 1,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 0,
"deprecatedIn" : null,
"description" : "The HTTP response body size from which on responses are transparently compressed in case the client asks for it.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"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.\"",
"maxInclusive" : true,
"maxValue" : 18446744073709551615,
"minInclusive" : true,
"minValue" : 0,
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"requiresValue" : true,
"section" : "http",
"type" : "uint64"
},
"http.handle-content-encoding-for-unauthenticated-requests" : {
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : false,
"deprecatedIn" : null,
"description" : "Handle Content-Encoding headers for unauthenticated requests.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.0"
],
"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.",
"obsolete" : false,
"os" : [
"linux",
"macos",
"windows"
],
"required" : false,
"requiresValue" : false,
"section" : "http",
"type" : "boolean"
},
"http.keep-alive-timeout" : {
"base" : 1,
"category" : "option",
@@ -7540,15 +7604,15 @@
"type" : "boolean"
},
"query.global-memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 26816027443,
"default" : 26816030761,
"deprecatedIn" : null,
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -7833,15 +7897,15 @@
"type" : "double"
},
"query.memory-limit" : {
"base" : 33106206720,
"base" : 33106210816,
"category" : "option",
"component" : [
"coordinator",
"dbserver",
"agent",
"single"
],
"default" : 19863724032,
"default" : 19863726489,
"deprecatedIn" : null,
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
"dynamic" : true,
@@ -9050,7 +9114,7 @@
"agent",
"single"
],
"default" : 9287616921,
"default" : 9287618150,
"deprecatedIn" : null,
"description" : "The size of block cache (in bytes).",
"dynamic" : true,
@@ -11604,7 +11668,7 @@
"agent",
"single"
],
"default" : 12383489228,
"default" : 12383490867,
"deprecatedIn" : null,
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
"dynamic" : true,
Loading