mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-03-10 02:38:47 +08:00
mdbx: fix settings
This commit is contained in:
parent
a682134adc
commit
14c02bcef8
@ -96,8 +96,8 @@ const MB = 1 << 20
|
||||
// erigon defaults, should be tuned to quil
|
||||
const READERS_LIMIT = 32_000
|
||||
const RP_AUGMENT_LIMIT = 1_000_000
|
||||
const MAP_SIZE = 16 * GB
|
||||
const GROWTH_STEP = 2 * MB
|
||||
const MAP_SIZE = 2000 * GB
|
||||
const GROWTH_STEP = 2 * GB
|
||||
const PAGE_SIZE = 4096
|
||||
|
||||
const DEFAULT_TABLE = "default" // we use only one for now
|
||||
|
||||
Loading…
Reference in New Issue
Block a user