mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
increase mdbx OptRpAugmentLimit
This commit is contained in:
parent
d69f9bd4b2
commit
9b1ec50b97
@ -87,7 +87,7 @@ func (opts MdbxOpts) Open() (KV, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
err = env.SetOption(mdbx.OptRpAugmentLimit, 16*1024*1024)
|
||||
err = env.SetOption(mdbx.OptRpAugmentLimit, 32*1024*1024)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user