Skip to content

Commit

Permalink
update fullnode pruner docs (MystenLabs#11905)
Browse files Browse the repository at this point in the history
## Description 
update pruning docs for fullnodes

---------

Co-authored-by: Randall-Mysten <[email protected]>
  • Loading branch information
johnjmartin and randall-Mysten authored May 11, 2023
1 parent 3909214 commit d0f4f6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/src/build/fullnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ Open a Terminal or Console to the `sui` directory you downloaded in the previous
genesis:
genesis-file-location: "/sui-fullnode/genesis.blob"
```
1. Optional: To save disk space on your Full node, add the following settings to your `fullnode.yaml` file to enable aggressive pruning:
```
authority-store-pruning-config:
num-latest-epoch-dbs-to-retain: 3
epoch-db-pruning-period-secs: 3600
num-epochs-to-retain: 0
max-checkpoints-in-batch: 10
max-transactions-in-batch: 1000
use-range-deletion: true
```
### Starting services
Expand Down

0 comments on commit d0f4f6a

Please sign in to comment.