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`.
431
431
| Option | Description |
432
432
| --------------| ----------------------------|
433
433
| Command-line | --rocksdb-block-cache-size |
434
- | Dynamic | No |
434
+ | Dynamic | Yes |
435
435
| Scope | Global |
436
436
| Data type | Numeric |
437
437
| Default | 536870912 |
438
438
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.
442
440
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.
445
442
446
- Default value is ` 536870912 ` .
443
+ The default value is ` 536870912 ` .
447
444
448
- Maximum value is ` 9223372036854775807 ` .
445
+ The maximum value is ` 9223372036854775807 ` .
449
446
450
447
### ` rocksdb_bulk_load_fail_if_not_bottommost_level `
451
448
You can’t perform that action at this time.
0 commit comments