How to solve the memory leak issue when using HTTP Server? #15283
Unanswered
catdingding
asked this question in
Q&A
Replies: 0 comments
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.
-
HTTP Server source with larger throughput will cause memory leak (in my case the QPS is about 3k~5k)
The memory cost increases to 10 GB (then crashes) in one hour and never release.
I think it's caused by HTTP Server source since the problem is still there after I removed the VRL and replaced the ClickHouse sink with File sink.
OS: Ubuntu 20.04.2
Version: 0.25.1
config
Beta Was this translation helpful? Give feedback.
All reactions