File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -431,21 +431,18 @@ The minimum value is `-1` and the maximum value is `8`.
431431| Option | Description |
432432| --------------| ----------------------------|
433433| Command-line | --rocksdb-block-cache-size |
434- | Dynamic | No |
434+ | Dynamic | Yes |
435435| Scope | Global |
436436| Data type | Numeric |
437437| Default | 536870912 |
438438
439- Specifies the size of the LRU block cache for RocksDB.
440- This memory is reserved for the block cache,
441- which is in addition to any filesystem caching that may occur.
439+ This variable sets the RocksDB LRU block cache size. This memory is reserved for the block cache and supplements any filesystem caching.
442440
443- Minimum value is ` 1024 ` ,
444- because that’s the size of one block.
441+ The minimum value is ` 1024 ` , representing the size of a single block.
445442
446- Default value is ` 536870912 ` .
443+ The default value is ` 536870912 ` .
447444
448- Maximum value is ` 9223372036854775807 ` .
445+ The maximum value is ` 9223372036854775807 ` .
449446
450447### ` rocksdb_bulk_load_fail_if_not_bottommost_level `
451448
You can’t perform that action at this time.
0 commit comments