Skip to content

Commit

Permalink
Increase nudb write buffer from 48 to 512MB.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrippled committed Feb 21, 2024
1 parent d7d15a9 commit 36b4a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/core/impl/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ sizedItems
{SizedItem::txnDBCache, {{ 4, 12, 24, 64, 128 }}},
{SizedItem::lgrDBCache, {{ 4, 8, 16, 32, 128 }}},
{SizedItem::openFinalLimit, {{ 8, 16, 32, 64, 128 }}},
{SizedItem::burstSize, {{ 4, 8, 16, 32, 48 }}},
{SizedItem::burstSize, {{ 4, 8, 16, 32, 512 }}},
{SizedItem::ramSizeGB, {{ 6, 8, 12, 24, 0 }}},
{SizedItem::accountIdCacheSize, {{ 20047, 50053, 77081, 150061, 300007 }}}
}};
Expand Down

0 comments on commit 36b4a6d

Please sign in to comment.