We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d32d8b commit 1d8c36cCopy full SHA for 1d8c36c
src/main/java/io/pwrlabs/database/rocksdb/MerkleTree.java
@@ -696,7 +696,7 @@ private void initializeDb() throws RocksDBException {
696
.setAllowMmapReads(false)
697
.setUseDirectIoForFlushAndCompaction(true)
698
.setMaxOpenFiles(100)
699
- .setMaxBackgroundJobs(4)
+ .setMaxBackgroundJobs(1)
700
.setInfoLogLevel(InfoLogLevel.FATAL_LEVEL)
701
.setMaxManifestFileSize(64L * 1024 * 1024) // e.g. 64 MB
702
.setMaxTotalWalSize(250L * 1024 * 1024) // total WAL across all CFs ≤ 250 MB
0 commit comments