Overview
You would need to check the current usage of databases on CircleCI server. Our document explains how to do it for PostgreSQL, MongoDB and Redis, but not RabbitMQ. This article will explain how to check for it.
How to check
You can see the current usage by running the command:
kubectl exec -n <namespace> rabbitmq-0 -- df -h /opt/bitnami/rabbitmq/.rabbitmq/mnesia
Comments
Please sign in to leave a comment.