Skip to content
Cosmopediaby Unity Nodes
DiscussionsConversationPossibility of pruning Cosmos nodeForum ↗

Possibility of pruning Cosmos node

Conversation1 posts648 views4 likesLast activity Jan 2024
SE
Serhii_POLOVYIOP
Jan 2024 4

Hello folks! I need your assistance. Does anyone know how we can reduce disk space on my servers? We are using full cosmos nodes (i.e. archiving nodes) under Gaiad v14.1.0. Currently, disk space is almost full. How can we truncate cosmos data but don’t change the pruning option? These must be archiving nodes. ``` root@node-cosmos-06:/home/cosmos/config# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 13G 45M 13G 1% /run /dev/md2 5.2T 4.6T 640G 88% / ``` My app.toml is below ``` minimum-gas-prices = "0.0025uatom" pruning = "nothing" pruning-keep-recent = "0" pruning-keep-every = "0" pruning-interval = "0" halt-height = 0 halt-time = 0 min-retain-blocks = 0 inter-block-cache = true index-events = [] [telemetry] service-name = "" enabled = false enable-hostname = false enable-hostname-label = false enable-service-label = false prometheus-retention-time = 0 global-labels = [ ] [api] enable = true swagger = false address = "tcp://0.0.0.0:33000" max-open-connections = 1000 rpc-read-timeout = 10 rpc-write-timeout = 0 rpc-max-body-bytes = 1000000 enabled-unsafe-cors = false [grpc] enable = true address = "127.0.0.1:9090" [state-sync]…

Excerpt (1195 of 1798 characters). Read the whole post on the forum ↗

← Back to Discussions