|
1400 | 1400 | "agent", |
1401 | 1401 | "single" |
1402 | 1402 | ], |
1403 | | - "default" : 7739681792, |
| 1403 | + "default" : 7739680768, |
1404 | 1404 | "deprecatedIn" : null, |
1405 | 1405 | "description" : "The global size limit for all caches (in bytes).", |
1406 | 1406 | "dynamic" : true, |
|
2347 | 2347 | "agent", |
2348 | 2348 | "single" |
2349 | 2349 | ], |
2350 | | - "default" : "/var/lib/arangodb3", |
| 2350 | + "default" : "", |
2351 | 2351 | "deprecatedIn" : null, |
2352 | 2352 | "description" : "The path to the database directory.", |
2353 | 2353 | "dynamic" : false, |
|
3427 | 3427 | "coordinator", |
3428 | 3428 | "single" |
3429 | 3429 | ], |
3430 | | - "default" : "/var/lib/arangodb3-apps", |
| 3430 | + "default" : "./js/apps", |
3431 | 3431 | "deprecatedIn" : null, |
3432 | 3432 | "description" : "The directory for Foxx applications.", |
3433 | 3433 | "dynamic" : false, |
|
3725 | 3725 | "single" |
3726 | 3726 | ], |
3727 | 3727 | "default" : [ |
| 3728 | + "./enterprise/js" |
3728 | 3729 | ], |
3729 | 3730 | "deprecatedIn" : null, |
3730 | 3731 | "description" : "Additional paths containing JavaScript modules.", |
|
3803 | 3804 | "coordinator", |
3804 | 3805 | "single" |
3805 | 3806 | ], |
3806 | | - "default" : "/usr/share/arangodb3/js", |
| 3807 | + "default" : "./js", |
3807 | 3808 | "deprecatedIn" : null, |
3808 | 3809 | "description" : "A path to the directory containing the JavaScript startup scripts.", |
3809 | 3810 | "dynamic" : false, |
|
6193 | 6194 | "agent", |
6194 | 6195 | "single" |
6195 | 6196 | ], |
6196 | | - "default" : "-", |
| 6197 | + "default" : "", |
6197 | 6198 | "deprecatedIn" : null, |
6198 | 6199 | "description" : "shortcut for '--log.output file://<filename>'", |
6199 | 6200 | "dynamic" : false, |
|
7518 | 7519 | "type" : "boolean" |
7519 | 7520 | }, |
7520 | 7521 | "query.global-memory-limit" : { |
7521 | | - "base" : 33106210816, |
| 7522 | + "base" : 33106206720, |
7522 | 7523 | "category" : "option", |
7523 | 7524 | "component" : [ |
7524 | 7525 | "coordinator", |
7525 | 7526 | "dbserver", |
7526 | 7527 | "agent", |
7527 | 7528 | "single" |
7528 | 7529 | ], |
7529 | | - "default" : 26816030761, |
| 7530 | + "default" : 26816027443, |
7530 | 7531 | "deprecatedIn" : null, |
7531 | 7532 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7532 | 7533 | "dynamic" : true, |
|
7816 | 7817 | "type" : "double" |
7817 | 7818 | }, |
7818 | 7819 | "query.memory-limit" : { |
7819 | | - "base" : 33106210816, |
| 7820 | + "base" : 33106206720, |
7820 | 7821 | "category" : "option", |
7821 | 7822 | "component" : [ |
7822 | 7823 | "coordinator", |
7823 | 7824 | "dbserver", |
7824 | 7825 | "agent", |
7825 | 7826 | "single" |
7826 | 7827 | ], |
7827 | | - "default" : 19863726489, |
| 7828 | + "default" : 19863724032, |
7828 | 7829 | "deprecatedIn" : null, |
7829 | 7830 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7830 | 7831 | "dynamic" : true, |
|
8356 | 8357 | "section" : "rclone", |
8357 | 8358 | "type" : "string" |
8358 | 8359 | }, |
| 8360 | + "replicated-log.threshold-log-compaction" : { |
| 8361 | + "base" : 1, |
| 8362 | + "category" : "option", |
| 8363 | + "component" : [ |
| 8364 | + "coordinator", |
| 8365 | + "dbserver", |
| 8366 | + "agent", |
| 8367 | + "single" |
| 8368 | + ], |
| 8369 | + "default" : 1000, |
| 8370 | + "deprecatedIn" : null, |
| 8371 | + "description" : "threshold for log compaction. Number of log entries to wait for before compacting.", |
| 8372 | + "dynamic" : false, |
| 8373 | + "enterpriseOnly" : false, |
| 8374 | + "experimental" : false, |
| 8375 | + "hidden" : false, |
| 8376 | + "introducedIn" : null, |
| 8377 | + "maxInclusive" : true, |
| 8378 | + "maxValue" : 18446744073709551615, |
| 8379 | + "minInclusive" : true, |
| 8380 | + "minValue" : 0, |
| 8381 | + "obsolete" : false, |
| 8382 | + "os" : [ |
| 8383 | + "linux", |
| 8384 | + "macos", |
| 8385 | + "windows" |
| 8386 | + ], |
| 8387 | + "requiresValue" : true, |
| 8388 | + "section" : "replicated-log", |
| 8389 | + "type" : "uint64" |
| 8390 | + }, |
| 8391 | + "replicated-log.threshold-network-batch-size" : { |
| 8392 | + "base" : 1, |
| 8393 | + "category" : "option", |
| 8394 | + "component" : [ |
| 8395 | + "coordinator", |
| 8396 | + "dbserver", |
| 8397 | + "agent", |
| 8398 | + "single" |
| 8399 | + ], |
| 8400 | + "default" : 1048576, |
| 8401 | + "deprecatedIn" : null, |
| 8402 | + "description" : "send a batch of log updates early when threshold (in bytes) is exceeded", |
| 8403 | + "dynamic" : false, |
| 8404 | + "enterpriseOnly" : false, |
| 8405 | + "experimental" : false, |
| 8406 | + "hidden" : false, |
| 8407 | + "introducedIn" : null, |
| 8408 | + "maxInclusive" : true, |
| 8409 | + "maxValue" : 18446744073709551615, |
| 8410 | + "minInclusive" : true, |
| 8411 | + "minValue" : 1048576, |
| 8412 | + "obsolete" : false, |
| 8413 | + "os" : [ |
| 8414 | + "linux", |
| 8415 | + "macos", |
| 8416 | + "windows" |
| 8417 | + ], |
| 8418 | + "requiresValue" : true, |
| 8419 | + "section" : "replicated-log", |
| 8420 | + "type" : "uint64" |
| 8421 | + }, |
| 8422 | + "replicated-log.threshold-rocksdb-write-batch-size" : { |
| 8423 | + "base" : 1, |
| 8424 | + "category" : "option", |
| 8425 | + "component" : [ |
| 8426 | + "coordinator", |
| 8427 | + "dbserver", |
| 8428 | + "agent", |
| 8429 | + "single" |
| 8430 | + ], |
| 8431 | + "default" : 1048576, |
| 8432 | + "deprecatedIn" : null, |
| 8433 | + "description" : "write a batch of log updates to RocksDB early when threshold (in bytes) is exceeded", |
| 8434 | + "dynamic" : false, |
| 8435 | + "enterpriseOnly" : false, |
| 8436 | + "experimental" : false, |
| 8437 | + "hidden" : false, |
| 8438 | + "introducedIn" : null, |
| 8439 | + "maxInclusive" : true, |
| 8440 | + "maxValue" : 18446744073709551615, |
| 8441 | + "minInclusive" : true, |
| 8442 | + "minValue" : 1048576, |
| 8443 | + "obsolete" : false, |
| 8444 | + "os" : [ |
| 8445 | + "linux", |
| 8446 | + "macos", |
| 8447 | + "windows" |
| 8448 | + ], |
| 8449 | + "requiresValue" : true, |
| 8450 | + "section" : "replicated-log", |
| 8451 | + "type" : "uint64" |
| 8452 | + }, |
8359 | 8453 | "replication.active-failover" : { |
8360 | 8454 | "category" : "option", |
8361 | 8455 | "component" : [ |
|
9059 | 9153 | "agent", |
9060 | 9154 | "single" |
9061 | 9155 | ], |
9062 | | - "default" : 9287618150, |
| 9156 | + "default" : 9287616921, |
9063 | 9157 | "deprecatedIn" : null, |
9064 | 9158 | "description" : "The size of block cache (in bytes).", |
9065 | 9159 | "dynamic" : true, |
|
9784 | 9878 | "section" : "rocksdb", |
9785 | 9879 | "type" : "boolean" |
9786 | 9880 | }, |
| 9881 | + "rocksdb.force-legacy-little-endian-keys" : { |
| 9882 | + "category" : "option", |
| 9883 | + "component" : [ |
| 9884 | + "dbserver", |
| 9885 | + "agent", |
| 9886 | + "single" |
| 9887 | + ], |
| 9888 | + "default" : false, |
| 9889 | + "deprecatedIn" : null, |
| 9890 | + "description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.", |
| 9891 | + "dynamic" : false, |
| 9892 | + "enterpriseOnly" : false, |
| 9893 | + "experimental" : true, |
| 9894 | + "hidden" : true, |
| 9895 | + "introducedIn" : [ |
| 9896 | + "v3.11.4" |
| 9897 | + ], |
| 9898 | + "longDescription" : "If enabled and a new RocksDB database\nis generated, the legacy little endian key encoding is used.\n\nOnly use this option for testing purposes! It is bad for performance and\ndisables a few features like parallel index generation!", |
| 9899 | + "obsolete" : false, |
| 9900 | + "os" : [ |
| 9901 | + "linux", |
| 9902 | + "macos", |
| 9903 | + "windows" |
| 9904 | + ], |
| 9905 | + "required" : false, |
| 9906 | + "requiresValue" : false, |
| 9907 | + "section" : "rocksdb", |
| 9908 | + "type" : "boolean" |
| 9909 | + }, |
9787 | 9910 | "rocksdb.format-version" : { |
9788 | 9911 | "base" : 1, |
9789 | 9912 | "category" : "option", |
|
11640 | 11763 | "agent", |
11641 | 11764 | "single" |
11642 | 11765 | ], |
11643 | | - "default" : 12383490867, |
| 11766 | + "default" : 12383489228, |
11644 | 11767 | "deprecatedIn" : null, |
11645 | 11768 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11646 | 11769 | "dynamic" : true, |
|
12206 | 12329 | "agent", |
12207 | 12330 | "single" |
12208 | 12331 | ], |
12209 | | - "default" : 0, |
| 12332 | + "default" : 10, |
12210 | 12333 | "deprecatedIn" : null, |
12211 | 12334 | "description" : "Cluster metrics polling timeout (in seconds).", |
12212 | 12335 | "dynamic" : false, |
|
12437 | 12560 | "section" : "server", |
12438 | 12561 | "type" : "boolean" |
12439 | 12562 | }, |
| 12563 | + "server.failure-point" : { |
| 12564 | + "category" : "option", |
| 12565 | + "component" : [ |
| 12566 | + "coordinator", |
| 12567 | + "dbserver", |
| 12568 | + "agent", |
| 12569 | + "single" |
| 12570 | + ], |
| 12571 | + "default" : [ |
| 12572 | + ], |
| 12573 | + "deprecatedIn" : null, |
| 12574 | + "description" : "The failure point to set during server startup (requires compilation with failure points support).", |
| 12575 | + "dynamic" : false, |
| 12576 | + "enterpriseOnly" : false, |
| 12577 | + "experimental" : false, |
| 12578 | + "hidden" : true, |
| 12579 | + "introducedIn" : null, |
| 12580 | + "obsolete" : false, |
| 12581 | + "os" : [ |
| 12582 | + "linux", |
| 12583 | + "macos", |
| 12584 | + "windows" |
| 12585 | + ], |
| 12586 | + "requiresValue" : true, |
| 12587 | + "section" : "server", |
| 12588 | + "type" : "string..." |
| 12589 | + }, |
12440 | 12590 | "server.gid" : { |
12441 | 12591 | "category" : "option", |
12442 | 12592 | "component" : [ |
|
13215 | 13365 | "dbserver", |
13216 | 13366 | "single" |
13217 | 13367 | ], |
13218 | | - "default" : true, |
| 13368 | + "default" : false, |
13219 | 13369 | "deprecatedIn" : null, |
13220 | 13370 | "description" : "Whether to enable the telemetrics API.", |
13221 | 13371 | "dynamic" : false, |
|
0 commit comments