mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
chore: update capacity-planning.md
`low` seems to be an invalid value causing an unhandled exception:
Terminating thread rippled: main: unhandled N5beast14BadLexicalCastE 'std::bad_cast'
It appears correct value is `small`
This commit is contained in:
@@ -26,7 +26,7 @@ The `node_size` parameter determines the size of database caches. Larger databas
|
||||
| Available RAM for `rippled` | `node_size` value | Notes |
|
||||
|:----------------------------|:------------------|:-----------------------------------|
|
||||
| < 8GB | `tiny` | Not recommended |
|
||||
| 8GB | `low` | |
|
||||
| 8GB | `small` | |
|
||||
| 16GB | `medium` | |
|
||||
| 32GB | `huge` | Recommended for production servers |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user