I’m running a 3 node ipfs-cluster on kubernetes and so far it’s been great, but I naively followed one example I found online and never thought to ask or investigate further into the /data/ipfs-cluster directory, I had set 5 GB of space for it but never stopped to think how fast would it grow.
After a month of using this setup, those 5 GB are filled up and though the fix is quick and easy, I’d like to know how fast will this grow in order to plan my resources for the future. Or even better, if there’s configuration parameter I’m missing for badger to optimize the size of it.
It may be that playing with those settings helps, but in general the CRDT DAG in cluster grows and grows (how many pins do you have, what is the growth per pin?).