mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
reduce default --db.size.limit from 7 to 3 Tb (to fit defaults of some systems) (#7478)
This commit is contained in:
parent
771c6fc202
commit
dc11deed62
@ -719,7 +719,7 @@ var (
|
||||
DbSizeLimitFlag = cli.StringFlag{
|
||||
Name: "db.size.limit",
|
||||
Usage: "runtime limit of chandata db size. you can change value of this flag at any time",
|
||||
Value: (7 * datasize.TB).String(),
|
||||
Value: (3 * datasize.TB).String(),
|
||||
}
|
||||
|
||||
HealthCheckFlag = cli.BoolFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user