2021-03-18 03:50:36 UTC - shivam gargshya: Hi all We are running openwhisk in our organisation over kubernetes. We are using helm charts from this <https://github.com/apache/openwhisk-deploy-kube|repo> . The couch db is used for activations storage and it is deployed as a contanarized deployment with openwhisk. A persistent volume is associated with the couch db pod. We are facing issue in terms of size explosion of couch db database which stores information about actions and triggers. Even with 130 records comprising of actions (with attachments which ranges in between 3MB -5 MB) and triggers, the size of database reaches about 18 GB. Could it be because multiple times deployments were triggered triggered over same PV and entries belonging to previous deployment are not getting deleted. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616039436020500?thread_ts=1616039436.020500&cid=C3TPCAQG1 ---- 2021-03-18 20:58:00 UTC - Ivan Serdyuk: <https://github.com/apache/openwhisk-wskdeploy/issues/1130> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616101080035600 ----