8000 File moved · arangodb/arangodb@e45cf42 · GitHub
[go: up one dir, main page]

Skip to content

Commit e45cf42

Browse files
committed
File moved
1 parent b765799 commit e45cf42

File tree

2 files changed

+3
-431
lines changed

2 files changed

+3
-431
lines changed

arangod/StorageEngine/RocksDBOptionFeature.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ void RocksDBOptionFeature::collectOptions(std::shared_ptr<ProgramOptions> option
158158
new UInt64Parameter(&_writeBufferSize));
159159

160160
options->addOption("--rocksdb.max-write-buffer-number",
161-
"maximum number of write buffers that built up in memory",
161+
"maximum number of write buffers that build up in memory "
162+
"(default: number of column families + 2 = 9 write buffers). "
163+
"You can increase the amount only",
162164
new UInt64Parameter(&_maxWriteBufferNumber));
163165

164166
options->addOption("--rocksdb.max-total-wal-size",

0 commit comments

Comments
 (0)
0