KiraCore/kira

High disk consumption

Closed this issue · 1 comments

After the first 10h of the testnet I think that some participants could run out of space.
We are in around 0,7G / hour consumption at the start of the network (maybe higher cos snapshots and DB initialization). It got stabilized to 0.42G / hour after this.
I wonder if we could add a hard pruning strategy to all the containers.

Minor changes suggestion:
Add

--pruning=everything 

to this line:

sekaid start --home=$SEKAID_HOME --trace

and here:
sekaid start --home=$SEKAID_HOME --grpc.address="$GRPC_ADDRESS" --trace

image

Thank you, added pruning to branch asmodat3, tesntet branches will be updated shortly