[Bug] The OAP server continues to run OOM regardless of how large I configure the -Xmx setting #13728
Unanswered
helloworld113
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
You should set up self-observability. We need to see the throughput, flush payload, etc. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Search before asking
Apache SkyWalking Component
OAP server (apache/skywalking)
What happened
I have tested versions 9.x and 10.x. The backend uses Elasticsearch, and the data collection pipeline is: Agent → Kafka → OAP Server.
Even with a cluster of 4 nodes, each equipped with 32GB of RAM, the memory is still fully exhausted.
The sampling rate is 1%.
#jstat -gcutil 21656 1000 10
S0 S1 E O M CCS YGC YGCT FGC FGCT GCT
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.97 93.33 86.13 420 44.069 76 776.510 820.579
0.00 0.00 0.00 99.96 93.33 86.13 422 44.075 77 786.958 831.034
0.00 0.00 0.00 99.96 93.33 86.13 422 44.075 77 786.958 831.034
0.00 0.00 0.00 99.96 93.33 86.13 422 44.075 77 786.958 831.034
0.00 0.00 0.00 99.96 93.33 86.13 422 44.075 77 786.958 831.034
Here is the JProfiler dump from when the heap maxed out at 10GB.
What you expected to happen
I'm unsure how to proceed with debugging this issue. I've tried both k8s deployment and host deployment, but the problem persists in both scenarios. Additionally, I've checked the Elasticsearch monitoring metrics, and they all appear normal.
How to reproduce
application.yml
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions