Update config default value
This commit is contained in:
parent
ef5c6c4c48
commit
0314db7894
@ -242,7 +242,7 @@
|
||||
#
|
||||
# type: uint64
|
||||
# env var: LOTUS_CHAINSTORE_SPLITSTORE_HOTSTOREMAXSPACETARGET
|
||||
#HotStoreMaxSpaceTarget = 0
|
||||
#HotStoreMaxSpaceTarget = 650000000000
|
||||
|
||||
# When HotStoreMaxSpaceTarget is set Moving GC will be triggered when total moving size
|
||||
# exceeds HotstoreMaxSpaceTarget - HotstoreMaxSpaceThreshold
|
||||
|
@ -96,6 +96,7 @@ func DefaultFullNode() *FullNode {
|
||||
MarkSetType: "badger",
|
||||
|
||||
HotStoreFullGCFrequency: 20,
|
||||
HotStoreMaxSpaceTarget: 650_000_000_000,
|
||||
HotStoreMaxSpaceThreshold: 150_000_000_000,
|
||||
HotstoreMaxSpaceSafetyBuffer: 50_000_000_000,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user