Document the --limit-ledger-size flag (#5393)

This commit is contained in:
Michael Vines 2019-08-01 14:06:40 -07:00 committed by GitHub
parent 870503ee36
commit 4298b1f595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,6 +185,11 @@ By default the validator will dynamically select available network ports in the
example, `validator.sh --dynamic-port-range 11000-11010 ...` will restrict the
validator to ports 11000-11011.
#### Limiting ledger size to conserve disk space
By default the validator will retain the full ledger. To conserve disk space
start the validator with the `--limit-ledger-size`, which will instruct the
validator to only retain the last couple hours of ledger.
### Validator Monitoring
When `validator.sh` starts, it will output a validator configuration that looks
similar to: