|
1109 | 1109 | "agent", |
1110 | 1110 | "single" |
1111 | 1111 | ], |
1112 | | - "default" : 7739680768, |
| 1112 | + "default" : 7739679744, |
1113 | 1113 | "deprecatedIn" : null, |
1114 | 1114 | "description" : "The global size limit for all caches (in bytes).", |
1115 | 1115 | "dynamic" : true, |
|
1992 | 1992 | "agent", |
1993 | 1993 | "single" |
1994 | 1994 | ], |
1995 | | - "default" : "", |
| 1995 | + "default" : "/var/lib/arangodb3", |
1996 | 1996 | "deprecatedIn" : null, |
1997 | 1997 | "description" : "The path to the database directory.", |
1998 | 1998 | "dynamic" : false, |
|
3100 | 3100 | "coordinator", |
3101 | 3101 | "single" |
3102 | 3102 | ], |
3103 | | - "default" : "./js/apps", |
| 3103 | + "default" : "/var/lib/arangodb3-apps", |
3104 | 3104 | "deprecatedIn" : null, |
3105 | 3105 | "description" : "The directory for Foxx applications.", |
3106 | 3106 | "dynamic" : false, |
|
3398 | 3398 | "single" |
3399 | 3399 | ], |
3400 | 3400 | "default" : [ |
3401 | | - "./enterprise/js" |
3402 | 3401 | ], |
3403 | 3402 | "deprecatedIn" : null, |
3404 | 3403 | "description" : "Additional paths containing JavaScript modules.", |
|
3477 | 3476 | "coordinator", |
3478 | 3477 | "single" |
3479 | 3478 | ], |
3480 | | - "default" : "./js", |
| 3479 | + "default" : "/usr/share/arangodb3/js", |
3481 | 3480 | "deprecatedIn" : null, |
3482 | 3481 | "description" : "A path to the directory containing the JavaScript startup scripts.", |
3483 | 3482 | "dynamic" : false, |
|
5867 | 5866 | "agent", |
5868 | 5867 | "single" |
5869 | 5868 | ], |
5870 | | - "default" : "", |
| 5869 | + "default" : "-", |
5871 | 5870 | "deprecatedIn" : null, |
5872 | 5871 | "description" : "shortcut for '--log.output file://<filename>'", |
5873 | 5872 | "dynamic" : false, |
|
7240 | 7239 | "type" : "boolean" |
7241 | 7240 | }, |
7242 | 7241 | "query.global-memory-limit" : { |
7243 | | - "base" : 33106206720, |
| 7242 | + "base" : 33106202624, |
7244 | 7243 | "category" : "option", |
7245 | 7244 | "component" : [ |
7246 | 7245 | "coordinator", |
7247 | 7246 | "dbserver", |
7248 | 7247 | "agent", |
7249 | 7248 | "single" |
7250 | 7249 | ], |
7251 | | - "default" : 26816027443, |
| 7250 | + "default" : 26816024125, |
7252 | 7251 | "deprecatedIn" : null, |
7253 | 7252 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7254 | 7253 | "dynamic" : true, |
|
7506 | 7505 | "type" : "double" |
7507 | 7506 | }, |
7508 | 7507 | "query.memory-limit" : { |
7509 | | - "base" : 33106206720, |
| 7508 | + "base" : 33106202624, |
7510 | 7509 | "category" : "option", |
7511 | 7510 | "component" : [ |
7512 | 7511 | "coordinator", |
7513 | 7512 | "dbserver", |
7514 | 7513 | "agent", |
7515 | 7514 | "single" |
7516 | 7515 | ], |
7517 | | - "default" : 19863724032, |
| 7516 | + "default" : 19863721575, |
7518 | 7517 | "deprecatedIn" : null, |
7519 | 7518 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7520 | 7519 | "dynamic" : true, |
|
8626 | 8625 | "agent", |
8627 | 8626 | "single" |
8628 | 8627 | ], |
8629 | | - "default" : 9287616921, |
| 8628 | + "default" : 9287615692, |
8630 | 8629 | "deprecatedIn" : null, |
8631 | 8630 | "description" : "The size of block cache (in bytes).", |
8632 | 8631 | "dynamic" : true, |
|
9295 | 9294 | "section" : "rocksdb", |
9296 | 9295 | "type" : "boolean" |
9297 | 9296 | }, |
9298 | | - "rocksdb.force-legacy-little-endian-keys" : { |
9299 | | - "category" : "option", |
9300 | | - "component" : [ |
9301 | | - "dbserver", |
9302 | | - "agent", |
9303 | | - "single" |
9304 | | - ], |
9305 | | - "default" : false, |
9306 | | - "deprecatedIn" : null, |
9307 | | - "description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.", |
9308 | | - "dynamic" : false, |
9309 | | - "enterpriseOnly" : false, |
9310 | | - "experimental" : true, |
9311 | | - "hidden" : true, |
9312 | | - "introducedIn" : [ |
9313 | | - "v3.12.0" |
9314 | | - ], |
9315 | | - "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!", |
9316 | | - "obsolete" : false, |
9317 | | - "os" : [ |
9318 | | - "linux", |
9319 | | - "macos", |
9320 | | - "windows" |
9321 | | - ], |
9322 | | - "required" : false, |
9323 | | - "requiresValue" : false, |
9324 | | - "section" : "rocksdb", |
9325 | | - "type" : "boolean" |
9326 | | - }, |
9327 | 9297 | "rocksdb.format-version" : { |
9328 | 9298 | "base" : 1, |
9329 | 9299 | "category" : "option", |
|
11002 | 10972 | "agent", |
11003 | 10973 | "single" |
11004 | 10974 | ], |
11005 | | - "default" : 12383489228, |
| 10975 | + "default" : 12383487590, |
11006 | 10976 | "deprecatedIn" : null, |
11007 | 10977 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11008 | 10978 | "dynamic" : true, |
|
11541 | 11511 | "agent", |
11542 | 11512 | "single" |
11543 | 11513 | ], |
11544 | | - "default" : 10, |
| 11514 | + "default" : 0, |
11545 | 11515 | "deprecatedIn" : null, |
11546 | 11516 | "description" : "Cluster metrics polling timeout (in seconds).", |
11547 | 11517 | "dynamic" : false, |
|
11772 | 11742 | "section" : "server", |
11773 | 11743 | "type" : "boolean" |
11774 | 11744 | }, |
11775 | | - "server.failure-point" : { |
11776 | | - "category" : "option", |
11777 | | - "component" : [ |
11778 | | - "coordinator", |
11779 | | - "dbserver", |
11780 | | - "agent", |
11781 | | - "single" |
11782 | | - ], |
11783 | | - "default" : [ |
11784 | | - ], |
11785 | | - "deprecatedIn" : null, |
11786 | | - "description" : "The failure point to set during server startup (requires compilation with failure points support).", |
11787 | | - "dynamic" : false, |
11788 | | - "enterpriseOnly" : false, |
11789 | | - "experimental" : false, |
11790 | | - "hidden" : true, |
11791 | | - "introducedIn" : null, |
11792 | | - "obsolete" : false, |
11793 | | - "os" : [ |
11794 | | - "linux", |
11795 | | - "macos", |
11796 | | - "windows" |
11797 | | - ], |
11798 | | - "requiresValue" : true, |
11799 | | - "section" : "server", |
11800 | | - "type" : "string..." |
11801 | | - }, |
11802 | 11745 | "server.gid" : { |
11803 | 11746 | "category" : "option", |
11804 | 11747 | "component" : [ |
|
0 commit comments