mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Revert RocksDB backend settings:
This reverts the change that makes RocksDBQuick the default settings for node_db "type=rocksdb". The quick settings can be obtained by setting "type=rocksdbquick". RocksDBQuick settings are implicated in memory over-utilization problems seen recently.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <ripple/nodestore/backend/NuDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/NullFactory.cpp>
|
||||
#include <ripple/nodestore/backend/RocksDBFactory.cpp>
|
||||
#include <ripple/nodestore/backend/RocksDBQuickFactory.cpp>
|
||||
|
||||
#include <ripple/nodestore/impl/BatchWriter.cpp>
|
||||
#include <ripple/nodestore/impl/DatabaseImp.h>
|
||||
|
||||
Reference in New Issue
Block a user