Skip to content
Snippets Groups Projects
Commit 6cf944cf authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

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

parent 3d6329a2
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment