Use 128mb for db cache default (#5134)

This commit is contained in:
Benjamin Kampmann
2020-03-05 11:25:28 +01:00
committed by GitHub
parent 9a1b3b53f2
commit 0f2606ccaf
@@ -55,7 +55,7 @@ pub struct ImportParams {
pub execution_strategies: ExecutionStrategies,
/// Limit the memory the database cache can use.
#[structopt(long = "db-cache", value_name = "MiB", default_value = "32")]
#[structopt(long = "db-cache", value_name = "MiB", default_value = "128")]
pub database_cache_size: u32,
/// Specify the state cache size.