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 @@ -456,21 +456,18 @@ The minimum value is `-1` and the maximum value is `8`.
456
456
| Option | Description |
457
457
| --------------| ----------------------------|
458
458
| Command-line | --rocksdb-block-cache-size |
459
- | Dynamic | No |
459
+ | Dynamic | Yes |
460
460
| Scope | Global |
461
461
| Data type | Numeric |
462
462
| Default | 536870912 |
463
463
464
- Specifies the size of the LRU block cache for RocksDB.
465
- This memory is reserved for the block cache,
466
- which is in addition to any filesystem caching that may occur.
464
+ This variable sets the RocksDB LRU block cache size. This memory is reserved for the block cache and supplements any filesystem caching.
467
465
468
- Minimum value is ` 1024 ` ,
469
- because that’s the size of one block.
466
+ The minimum value is ` 1024 ` , representing the size of a single block.
470
467
471
- Default value is ` 536870912 ` .
468
+ The default value is ` 536870912 ` .
472
469
473
- Maximum value is ` 9223372036854775807 ` .
470
+ The maximum value is ` 9223372036854775807 ` .
474
471
475
472
476
473
You can’t perform that action at this time.
0 commit comments