Skip to content

Commit 49f72ce

Browse files
authored
Merge pull request #555 from percona/ps-10107
PS_10107 [DOCS] - Rocksdb_block_cache_size variable can be dynamicall…
2 parents 1e5d554 + 3949ad0 commit 49f72ce

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/variables.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)