mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Recommend badgerV2 in badger extra options documentation.
This commit is contained in:
@@ -62,7 +62,8 @@ more info). Below are a few examples for supported databases:
|
||||
* `valueDir` [optional] - path, value directory, only if different from `dataSource`.
|
||||
* `badgerValueLogLoadingMode` [optional] - can be set to `FileIO` (instead of the default
|
||||
`MemoryMap`) to avoid memory-mapping log files. This can be
|
||||
useful in environments with low RAM.
|
||||
useful in environments with low RAM. Make sure to use `badgerV2` as the
|
||||
database `type` if using this option.
|
||||
* `MemoryMap` - default.
|
||||
* `FileIO` - This can be useful in environments with low RAM.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user