docs: Flag for configuring max RocksDB persistent log files - #1731
Merged
Conversation
Document --storage-rocksdb-keep-log-file-num, along with the previously undocumented --storage-rocksdb-info-log-level and --storage-rocksdb-enable-thread-tracking flags. The info log flags now apply to every RocksDB instance Memgraph opens, not only the on-disk storage one. Adds a RocksDB info logs section to the logs page and a release note.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
vpavicic
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release note
Documented the new
--storage-rocksdb-keep-log-file-numflag (default1000), which caps how many RocksDB info log files are kept per RocksDB instance. Also documented the two previously undocumented RocksDB flags (--storage-rocksdb-info-log-level,--storage-rocksdb-enable-thread-tracking) and clarified that the info log flags now apply to every RocksDB instance Memgraph opens — the key-value stores backing auth, triggers, streams, settings and replication/HA state — not only theON_DISK_TRANSACTIONALstorage.Changes:
pages/database-management/configuration.mdx— three new rows in the Storage flags table plus a callout on the per-instance scope and restart-rolling behavior.pages/database-management/logs.mdx— new "RocksDB info logs" section explaining where theLOG/LOG.old.*files live and how to bound them.pages/release-notes.mdx— entry under v3.13.0 → New features.Related product PRs
memgraph/memgraph#4579
Checklist:
bugfixorfeaturelabel, based on the product PR type you're documenting