"description":"Promise fails if total used memory on the computer is above this value, expressed in percentage of the total available RAM,.",
"default":80,
"minimum":0,
"maximum":100
},
"max-slowqueries-threshold":{
"type":"integer",
"description":"Promise fails if more than `max-slowqueries-threshold` queries taking longer than `slowest-query-threshold` are found in the mariadb slow query log for the current day.",
"default":1000
},
"slowest-query-threshold":{
"type":"number",
"description":"see `max-slowqueries-threshold`",
"default":null
},
"zope-longrequest-logger-error-threshold":{
"type":"number",
"title":"Promise fails if more than `zope-longrequest-logger-error-threshold` requests taking more than `zope-longrequest-logger-maximum-delay` are found in the zope long request logs for the currency day",
"description":"Set the --disable-pack option for storage nodes.",
"default":false,
"type":"boolean"
},
"private-tmpfs":{
"description":"Size of private tmpfs mount to store the database. See filesystems/tmpfs.txt in Linux documentation. Use only for testing.",
"type":"string"
...
...
@@ -133,6 +138,15 @@
"description":"When enabled, sets synchronous = OFF and journal_mode = MEMORY - RTFM, those options are dangerous.",
"default":false,
"type":"boolean"
},
"cksumvfs":{
"description":"See https://www.sqlite.org/cksumvfs.html. It can be safely disabled if the underlying storage layer is already checksumming, e.g. Btrfs (on this FS, you should also set journal_mode=TRUNCATE).",