mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 16:31:27 -04:00
Change default memory limit
This commit is contained in:
parent
ed78d80c24
commit
1f7380fe8f
@ -247,7 +247,7 @@ int mkdwarfs(int argc, char** argv) {
|
||||
po::value<size_t>(&num_workers)->default_value(num_cpu),
|
||||
"number of worker threads")
|
||||
("memory-limit,L",
|
||||
po::value<std::string>(&memory_limit)->default_value("256m"),
|
||||
po::value<std::string>(&memory_limit)->default_value("1g"),
|
||||
"block manager memory limit")
|
||||
("compression,C",
|
||||
po::value<std::string>(&compression),
|
||||
|
Loading…
x
Reference in New Issue
Block a user