-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Axon node memory consumption #1289
Comments
Hello @driftluo. Please explain this question. |
Is there any function for node 1 to use alone? For example, only perform data pressure testing on node1 |
This isnt currently possible , as we route all traffic through the ingress. The ingress has a backend, kubectl describe ingress khalani-testnet
Name: khalani-testnet
Labels: <none>
Namespace: axon
Address: k8s-ingressn-ingressn-40f737c3d3-d15bcc70ab323dc6.elb.us-east-1.amazonaws.com
Ingress Class: <none>
Default backend: <default>
Rules:
Host Path Backends
---- ---- --------
testnet.khalani.network
/ axon-chain:8000 (10.4.137.166:8000,10.4.152.35:8000,10.4.80.127:8000 + 1 more...)
Annotations: kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/cors-allow-headers:
DNT,X-CustomHeader,X-LANG,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Api-Key,X-Device-Id,Access...
nginx.ingress.kubernetes.io/cors-allow-methods: POST, GET, OPTIONS
nginx.ingress.kubernetes.io/cors-allow-origin: *
nginx.ingress.kubernetes.io/enable-cors: true
Events: <none> |
Hi, do you known how it becomes that. I mean:
|
@yangby-cryptape I am unsure of how it gets to this , but it appears to be the nodes "steady state" |
Memory Usage Test, see #1531 |
Contact Details
No response
What happened
Description
We run our Axon nodes an EKS cluster in a stateful set with 4 nodes.
unfortunately , axon1 seems to consume over twice the memory of the other pods
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
The text was updated successfully, but these errors were encountered: