explicitly mention pruning_history uses RAM (#8130)

This commit is contained in:
Max Kaye 2018-03-16 19:11:54 +11:00 committed by Niklas Adolfsson
parent c737056000
commit d27c36cf75

View File

@ -768,7 +768,7 @@ usage! {
ARG arg_pruning_history: (u64) = 64u64, or |c: &Config| c.footprint.as_ref()?.pruning_history.clone(),
"--pruning-history=[NUM]",
"Set a minimum number of recent states to keep when pruning is active.",
"Set a minimum number of recent states to keep in memory when pruning is active.",
ARG arg_pruning_memory: (usize) = 32usize, or |c: &Config| c.footprint.as_ref()?.pruning_memory.clone(),
"--pruning-memory=[MB]",