|
1109 | 1109 | "agent", |
1110 | 1110 | "single" |
1111 | 1111 | ], |
1112 | | - "default" : 7739681792, |
| 1112 | + "default" : 7754362880, |
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" : "/var/lib/arangodb3", |
| 1995 | + "default" : "", |
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" : "/var/lib/arangodb3-apps", |
| 3103 | + "default" : "./js/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" |
3401 | 3402 | ], |
3402 | 3403 | "deprecatedIn" : null, |
3403 | 3404 | "description" : "Additional paths containing JavaScript modules.", |
|
3476 | 3477 | "coordinator", |
3477 | 3478 | "single" |
3478 | 3479 | ], |
3479 | | - "default" : "/usr/share/arangodb3/js", |
| 3480 | + "default" : "./js", |
3480 | 3481 | "deprecatedIn" : null, |
3481 | 3482 | "description" : "A path to the directory containing the JavaScript startup scripts.", |
3482 | 3483 | "dynamic" : false, |
|
5866 | 5867 | "agent", |
5867 | 5868 | "single" |
5868 | 5869 | ], |
5869 | | - "default" : "-", |
| 5870 | + "default" : "", |
5870 | 5871 | "deprecatedIn" : null, |
5871 | 5872 | "description" : "shortcut for '--log.output file://<filename>'", |
5872 | 5873 | "dynamic" : false, |
|
7273 | 7274 | "type" : "boolean" |
7274 | 7275 | }, |
7275 | 7276 | "query.global-memory-limit" : { |
7276 | | - "base" : 33106210816, |
| 7277 | + "base" : 33164935168, |
7277 | 7278 | "category" : "option", |
7278 | 7279 | "component" : [ |
7279 | 7280 | "coordinator", |
7280 | 7281 | "dbserver", |
7281 | 7282 | "agent", |
7282 | 7283 | "single" |
7283 | 7284 | ], |
7284 | | - "default" : 26816030761, |
| 7285 | + "default" : 26863597486, |
7285 | 7286 | "deprecatedIn" : null, |
7286 | 7287 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7287 | 7288 | "dynamic" : true, |
|
7539 | 7540 | "type" : "double" |
7540 | 7541 | }, |
7541 | 7542 | "query.memory-limit" : { |
7542 | | - "base" : 33106210816, |
| 7543 | + "base" : 33164935168, |
7543 | 7544 | "category" : "option", |
7544 | 7545 | "component" : [ |
7545 | 7546 | "coordinator", |
7546 | 7547 | "dbserver", |
7547 | 7548 | "agent", |
7548 | 7549 | "single" |
7549 | 7550 | ], |
7550 | | - "default" : 19863726489, |
| 7551 | + "default" : 19898961101, |
7551 | 7552 | "deprecatedIn" : null, |
7552 | 7553 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7553 | 7554 | "dynamic" : true, |
|
8659 | 8660 | "agent", |
8660 | 8661 | "single" |
8661 | 8662 | ], |
8662 | | - "default" : 9287618150, |
| 8663 | + "default" : 9305235456, |
8663 | 8664 | "deprecatedIn" : null, |
8664 | 8665 | "description" : "The size of block cache (in bytes).", |
8665 | 8666 | "dynamic" : true, |
|
9328 | 9329 | "section" : "rocksdb", |
9329 | 9330 | "type" : "boolean" |
9330 | 9331 | }, |
| 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 | + }, |
9331 | 9361 | "rocksdb.format-version" : { |
9332 | 9362 | "base" : 1, |
9333 | 9363 | "category" : "option", |
|
11006 | 11036 | "agent", |
11007 | 11037 | "single" |
11008 | 11038 | ], |
11009 | | - "default" : 12383490867, |
| 11039 | + "default" : 12406980608, |
11010 | 11040 | "deprecatedIn" : null, |
11011 | 11041 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11012 | 11042 | "dynamic" : true, |
|
11545 | 11575 | "agent", |
11546 | 11576 | "single" |
11547 | 11577 | ], |
11548 | | - "default" : 0, |
| 11578 | + "default" : 10, |
11549 | 11579 | "deprecatedIn" : null, |
11550 | 11580 | "description" : "Cluster metrics polling timeout (in seconds).", |
11551 | 11581 | "dynamic" : false, |
|
11776 | 11806 | "section" : "server", |
11777 | 11807 | "type" : "boolean" |
11778 | 11808 | }, |
| 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 | + }, |
11779 | 11836 | "server.gid" : { |
11780 | 11837 | "category" : "option", |
11781 | 11838 | "component" : [ |
|
0 commit comments