Skip to content

Commit d14f9c0

Browse files
authored
Merge pull request #556 from percona/patrickbirch-patch-1
Update myrocks-server-variables.md
2 parents 212f6eb + 57408cf commit d14f9c0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/myrocks-server-variables.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -456,21 +456,18 @@ The minimum value is `-1` and the maximum value is `8`.
456456
| Option | Description |
457457
|--------------|----------------------------|
458458
| Command-line | --rocksdb-block-cache-size |
459-
| Dynamic | No |
459+
| Dynamic | Yes |
460460
| Scope | Global |
461461
| Data type | Numeric |
462462
| Default | 536870912 |
463463

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.
467465

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.
470467

471-
Default value is `536870912`.
468+
The default value is `536870912`.
472469

473-
Maximum value is `9223372036854775807`.
470+
The maximum value is `9223372036854775807`.
474471

475472

476473

0 commit comments

Comments
 (0)