mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
flags: bump default value of db.size.limit to 12TB (#8889)
As per the [comment](https://github.com/ledgerwatch/erigon/pull/8869#issuecomment-1836645516) in PR #8869, 8 TB is actually not enough for Polygon.
This commit is contained in:
parent
b376d3cabf
commit
fcb9fce5d0
@ -746,7 +746,7 @@ var (
|
||||
DbSizeLimitFlag = cli.StringFlag{
|
||||
Name: "db.size.limit",
|
||||
Usage: "Runtime limit of chaindata db size. You can change value of this flag at any time.",
|
||||
Value: (8 * datasize.TB).String(),
|
||||
Value: (12 * datasize.TB).String(),
|
||||
}
|
||||
ForcePartialCommitFlag = cli.BoolFlag{
|
||||
Name: "force.partial.commit",
|
||||
|
Loading…
Reference in New Issue
Block a user