You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm running rabbitmq (rabbitmq:3.8.19-alpine) on Kubernetes and have a question about using of PV by rabbitmq image.
First of all, we need to create resources from a manifest.
So, my question is why this is this file so big with an empty configuration of rabbitmq? I mean that there is no queues and load on the server.
And there is another moment.
When I use my PVC in ReadWriteMany mode the whole size of /var/lib/rabbitmq is about 4Mb. In this mode PV is mounted as nfs point in a container.
This discussion was converted from issue #503 on July 23, 2021 17:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm running rabbitmq (rabbitmq:3.8.19-alpine) on Kubernetes and have a question about using of PV by rabbitmq image.
First of all, we need to create resources from a manifest.
Then execute df -h in the container.
Hmmm... 320Mb of /var/lib/rabbimq. Strange....
Let's look what we got there.
Almost 320Mb used by wal file
So, my question is why this is this file so big with an empty configuration of rabbitmq? I mean that there is no queues and load on the server.
And there is another moment.
When I use my PVC in ReadWriteMany mode the whole size of /var/lib/rabbitmq is about 4Mb. In this mode PV is mounted as nfs point in a container.
Beta Was this translation helpful? Give feedback.
All reactions