Skip to content

Commit

Permalink
increase db cache during multidb migration
Browse files Browse the repository at this point in the history
  • Loading branch information
uprendis committed Jul 26, 2022
1 parent a0fe548 commit 4eaf04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/legacy_migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func migrateLegacyDBs(chaindataDir string, dbs kvdb.FlushableDBProducer) error {
cacheFn, err := dbCacheFdlimit(DBsCacheConfig{
Table: map[string]DBCacheConfig{
"": {
Cache: 128 * opt.MiB,
Cache: 1024 * opt.MiB,
Fdlimit: uint64(utils.MakeDatabaseHandles() / 2),
},
},
Expand Down

0 comments on commit 4eaf04f

Please sign in to comment.