|
1109 | 1109 | "agent", |
1110 | 1110 | "single" |
1111 | 1111 | ], |
1112 | | - "default" : 7754362880, |
| 1112 | + "default" : 7739682816, |
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, |
|
7274 | 7273 | "type" : "boolean" |
7275 | 7274 | }, |
7276 | 7275 | "query.global-memory-limit" : { |
7277 | | - "base" : 33164935168, |
| 7276 | + "base" : 33106214912, |
7278 | 7277 | "category" : "option", |
7279 | 7278 | "component" : [ |
7280 | 7279 | "coordinator", |
7281 | 7280 | "dbserver", |
7282 | 7281 | "agent", |
7283 | 7282 | "single" |
7284 | 7283 | ], |
7285 | | - "default" : 26863597486, |
| 7284 | + "default" : 26816034078, |
7286 | 7285 | "deprecatedIn" : null, |
7287 | 7286 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7288 | 7287 | "dynamic" : true, |
|
7540 | 7539 | "type" : "double" |
7541 | 7540 | }, |
7542 | 7541 | "query.memory-limit" : { |
7543 | | - "base" : 33164935168, |
| 7542 | + "base" : 33106214912, |
7544 | 7543 | "category" : "option", |
7545 | 7544 | "component" : [ |
7546 | 7545 | "coordinator", |
7547 | 7546 | "dbserver", |
7548 | 7547 | "agent", |
7549 | 7548 | "single" |
7550 | 7549 | ], |
7551 | | - "default" : 19898961101, |
| 7550 | + "default" : 19863728947, |
7552 | 7551 | "deprecatedIn" : null, |
7553 | 7552 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7554 | 7553 | "dynamic" : true, |
|
8660 | 8659 | "agent", |
8661 | 8660 | "single" |
8662 | 8661 | ], |
8663 | | - "default" : 9305235456, |
| 8662 | + "default" : 9287619379, |
8664 | 8663 | "deprecatedIn" : null, |
8665 | 8664 | "description" : "The size of block cache (in bytes).", |
8666 | 8665 | "dynamic" : true, |
|
9329 | 9328 | "section" : "rocksdb", |
9330 | 9329 | "type" : "boolean" |
9331 | 9330 | }, |
9332 | | - "rocksdb.force-legacy-little-endian-keys" : { |
9333 | | - "category" : "option", |
9334 | | - "component" : [ |
9335 | | - "dbserver", |
9336 | | - "agent", |
9337 | | - "single" |
9338 | | - ], |
9339 | | - "default" : false, |
9340 | | - "deprecatedIn" : null, |
9341 | | - "description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.", |
9342 | | - "dynamic" : false, |
9343 | | - "enterpriseOnly" : false, |
9344 | | - "experimental" : true, |
9345 | | - "hidden" : true, |
9346 | | - "introducedIn" : [ |
9347 | | - "v3.12.0" |
9348 | | - ], |
9349 | | - "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!", |
9350 | | - "obsolete" : false, |
9351 | | - "os" : [ |
9352 | | - "linux", |
9353 | | - "macos", |
9354 | | - "windows" |
9355 | | - ], |
9356 | | - "required" : false, |
9357 | | - "requiresValue" : false, |
9358 | | - "section" : "rocksdb", |
9359 | | - "type" : "boolean" |
9360 | | - }, |
9361 | 9331 | "rocksdb.format-version" : { |
9362 | 9332 | "base" : 1, |
9363 | 9333 | "category" : "option", |
|
11036 | 11006 | "agent", |
11037 | 11007 | "single" |
11038 | 11008 | ], |
11039 | | - "default" : 12406980608, |
| 11009 | + "default" : 12383492505, |
11040 | 11010 | "deprecatedIn" : null, |
11041 | 11011 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11042 | 11012 | "dynamic" : true, |
|
11575 | 11545 | "agent", |
11576 | 11546 | "single" |
11577 | 11547 | ], |
11578 | | - "default" : 10, |
| 11548 | + "default" : 0, |
11579 | 11549 | "deprecatedIn" : null, |
11580 | 11550 | "description" : "Cluster metrics polling timeout (in seconds).", |
11581 | 11551 | "dynamic" : false, |
|
11806 | 11776 | "section" : "server", |
11807 | 11777 | "type" : "boolean" |
11808 | 11778 | }, |
11809 | | - "server.failure-point" : { |
11810 | | - "category" : "option", |
11811 | | - "component" : [ |
11812 | | - "coordinator", |
11813 | | - "dbserver", |
11814 | | - "agent", |
11815 | | - "single" |
11816 | | - ], |
11817 | | - "default" : [ |
11818 | | - ], |
11819 | | - "deprecatedIn" : null, |
11820 | | - "description" : "The failure point to set during server startup (requires compilation with failure points support).", |
11821 | | - "dynamic" : false, |
11822 | | - "enterpriseOnly" : false, |
11823 | | - "experimental" : false, |
11824 | | - "hidden" : true, |
11825 | | - "introducedIn" : null, |
11826 | | - "obsolete" : false, |
11827 | | - "os" : [ |
11828 | | - "linux", |
11829 | | - "macos", |
11830 | | - "windows" |
11831 | | - ], |
11832 | | - "requiresValue" : true, |
11833 | | - "section" : "server", |
11834 | | - "type" : "string..." |
11835 | | - }, |
11836 | 11779 | "server.gid" : { |
11837 | 11780 | "category" : "option", |
11838 | 11781 | "component" : [ |
|
0 commit comments