Skip to content

Axon node memory consumption #1289

@distributedstatemachine

Description

@distributedstatemachine

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     67d

unfortunately , 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

Metadata

Metadata

Assignees

Labels

t:helpExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions