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

Use 128mb for db cache default (#5134)

parent 9a1b3b53
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 = "32")]
#[structopt(long = "db-cache", value_name = "MiB", default_value = "128")]
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