You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can set the max number of open files per shard. To be able to set a hard limit on the entire process you should also be able to set the max number of open shards.
LevelDBShardStore should probably handle this through an LRU algorithm on the open shards.
The text was updated successfully, but these errors were encountered:
Currently you can set the max number of open files per shard. To be able to set a hard limit on the entire process you should also be able to set the max number of open shards.
LevelDBShardStore should probably handle this through an LRU algorithm on the open shards.
The text was updated successfully, but these errors were encountered: