Drop db-cache default from 1gig to 32mb (#5128)

This commit is contained in:
Benjamin Kampmann
2020-03-04 17:22:02 +01:00
committed by GitHub
parent 3d6329a22d
commit 6cf944cf21
@@ -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 = "1024")]
#[structopt(long = "db-cache", value_name = "MiB", default_value = "32")]
pub database_cache_size: u32,
/// Specify the state cache size.