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:
Graham Anderson
2018-08-24 16:40:16 +01:00
committed by GitHub
parent 112ca70a67
commit 82375ecf73

View File

@@ -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 |