|
1400 | 1400 | "agent", |
1401 | 1401 | "single" |
1402 | 1402 | ], |
1403 | | - "default" : 7739680768, |
| 1403 | + "default" : 7739636736, |
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, |
|
7048 | 7049 | "maxInclusive" : true, |
7049 | 7050 | "maxValue" : 4294967295, |
7050 | 7051 | "minInclusive" : true, |
7051 | | - "minValue" : 0, |
| 7052 | + "minValue" : 1, |
7052 | 7053 | "obsolete" : false, |
7053 | 7054 | "os" : [ |
7054 | 7055 | "linux", |
|
7081 | 7082 | "maxInclusive" : true, |
7082 | 7083 | "maxValue" : 18446744073709551615, |
7083 | 7084 | "minInclusive" : true, |
7084 | | - "minValue" : 0, |
| 7085 | + "minValue" : 1, |
7085 | 7086 | "obsolete" : false, |
7086 | 7087 | "os" : [ |
7087 | 7088 | "linux", |
|
7548 | 7549 | "type" : "boolean" |
7549 | 7550 | }, |
7550 | 7551 | "query.global-memory-limit" : { |
7551 | | - "base" : 33106206720, |
| 7552 | + "base" : 33106030592, |
7552 | 7553 | "category" : "option", |
7553 | 7554 | "component" : [ |
7554 | 7555 | "coordinator", |
7555 | 7556 | "dbserver", |
7556 | 7557 | "agent", |
7557 | 7558 | "single" |
7558 | 7559 | ], |
7559 | | - "default" : 26816027443, |
| 7560 | + "default" : 26815884779, |
7560 | 7561 | "deprecatedIn" : null, |
7561 | 7562 | "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", |
7562 | 7563 | "dynamic" : true, |
|
7846 | 7847 | "type" : "double" |
7847 | 7848 | }, |
7848 | 7849 | "query.memory-limit" : { |
7849 | | - "base" : 33106206720, |
| 7850 | + "base" : 33106030592, |
7850 | 7851 | "category" : "option", |
7851 | 7852 | "component" : [ |
7852 | 7853 | "coordinator", |
7853 | 7854 | "dbserver", |
7854 | 7855 | "agent", |
7855 | 7856 | "single" |
7856 | 7857 | ], |
7857 | | - "default" : 19863724032, |
| 7858 | + "default" : 19863618355, |
7858 | 7859 | "deprecatedIn" : null, |
7859 | 7860 | "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", |
7860 | 7861 | "dynamic" : true, |
|
9089 | 9090 | "agent", |
9090 | 9091 | "single" |
9091 | 9092 | ], |
9092 | | - "default" : 9287616921, |
| 9093 | + "default" : 9287564083, |
9093 | 9094 | "deprecatedIn" : null, |
9094 | 9095 | "description" : "The size of block cache (in bytes).", |
9095 | 9096 | "dynamic" : true, |
|
11670 | 11671 | "agent", |
11671 | 11672 | "single" |
11672 | 11673 | ], |
11673 | | - "default" : 12383489228, |
| 11674 | + "default" : 12383418777, |
11674 | 11675 | "deprecatedIn" : null, |
11675 | 11676 | "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", |
11676 | 11677 | "dynamic" : true, |
|
12570 | 12571 | "maxInclusive" : true, |
12571 | 12572 | "maxValue" : 18446744073709551615, |
12572 | 12573 | "minInclusive" : true, |
12573 | | - "minValue" : 0, |
| 12574 | + "minValue" : 1, |
12574 | 12575 | "obsolete" : false, |
12575 | 12576 | "os" : [ |
12576 | 12577 | "linux", |
|
0 commit comments