# Validator State Pruning

**URL:** https://forum.cosmos.network/t/validator-state-pruning/10553
**Category:** Validation
**Created:** [April 25, 2023, 2:44pm UTC](https://forum.cosmos.network/t/validator-state-pruning/10553 "2023-04-25T14:44:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fennec](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.cosmos.network/fennec/32/5112_2.png) [@fennec](https://forum.cosmos.network/u/fennec)
#### Post date: [April 25, 2023, 2:44pm UTC](https://forum.cosmos.network/t/validator-state-pruning/10553/1 "2023-04-25T14:44:33Z")

</div>

I run a few validators and noticed that different validators consume different disk space, starting from 350 GB up to 420 GB. All of them use the same prune configuration

```auto
pruning = "custom"
pruning-keep-recent = "10"
pruning-keep-every = "0"
pruning-interval = "41"

```

How I can decrease the size of the validator state to the minimum?
