fix(sims): OOM at sim-multi-seed-long run (#21503)

This commit is contained in:
Alexander Peters
2024-09-03 13:41:22 +00:00
committed by GitHub
parent 50b2254249
commit 62bf23a5ae
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func GetSimulatorFlags() {
flag.IntVar(&FlagBlockSizeValue, "BlockSize", 200, "operations per block")
flag.BoolVar(&FlagLeanValue, "Lean", false, "lean simulation log output")
flag.BoolVar(&FlagCommitValue, "Commit", true, "have the simulation commit")
flag.StringVar(&FlagDBBackendValue, "DBBackend", "goleveldb", "custom db backend type")
flag.StringVar(&FlagDBBackendValue, "DBBackend", "goleveldb", "custom db backend type: goleveldb, memdb")
// simulation flags
flag.BoolVar(&FlagEnabledValue, "Enabled", false, "enable the simulation")