-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
t:helpExtra attention is neededExtra attention is needed
Description
Contact Details
No response
What happened
Description
We run our Axon nodes an EKS cluster in a stateful set with 4 nodes.
kubectl get statefulsets
NAME READY AGE
axon1 1/1 67d
axon2 1/1 67d
axon3 1/1 67d
axon4 1/1 67dunfortunately , axon1 seems to consume over twice the memory of the other pods
kubectl top pods
NAME CPU(cores) MEMORY(bytes)
axon1-0 13m 4719Mi
axon2-0 14m 2041Mi
axon3-0 12m 2700Mi
axon4-0 13m 2224Mi All pods are running the same config , and receiving about the same amount network data from the ingress controller (so they are expected to have the same load)
I would appreciate help in understanding this discrepancy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
t:helpExtra attention is neededExtra attention is needed