-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Memory leak when using the Redis logger #353
Comments
Hi, can you share the version of the collector used ? @gallypette what do you think about this report ? |
I am using # /opt/dnscollector/go-dnscollector -version
0.33.0 |
Hi all, I used
Can I ask what version of Golang you use? |
Hi @gallypette, yes, it is almost completely RSS. Here you can see the chart from the first post split by memtype: The The requested Redis-setting is as follows:
|
I suspect a memory leak when using the Redis logger.
The following chart shows the amount of memory our redis instance has used over time:
Redis was restarted around 2023-07-23 09:30 to increase
maxmemory
. The drop at the end occurred thego-dnscollector
process was stopped.Here is the amount of memory the
go-dnscollector
used in the same timespan:The following config is in use:
The text was updated successfully, but these errors were encountered: