Increase default rocksdb cache (#10659)

This commit is contained in:
Arkadiy Paronyan
2022-01-14 12:02:53 +01:00
committed by GitHub
parent e9860b9c1e
commit c33fb8db76
2 changed files with 2 additions and 2 deletions
@@ -133,7 +133,7 @@ pub struct BenchmarkCmd {
pub wasm_method: WasmExecutionMethod,
/// Limit the memory the database cache can use.
#[structopt(long = "db-cache", value_name = "MiB", default_value = "128")]
#[structopt(long = "db-cache", value_name = "MiB", default_value = "1024")]
pub database_cache_size: u32,
/// List the benchmarks that match your query rather than running them.