kurzdigital/turnserver-healthcheck

probably resources leak when LOG_LEVEL=trace

Opened this issue · 1 comments

Hi!

I've just faced up with significant resources consumption running turnserver-healthcheck as docker-container with LOG_LEVEL=trace
Pay attention to the "File Descriptors used" & CPU usage metrics, as well as memory:
image

1st peak was produced by sending ~20 requests once per minute
2nd and 3rd ~5 requests once per minute.
The resource consumption reset when the container was restarted.
After disabling LOG_LEVEL=trace I can't see any troubles running ~30 checks per minute for more than 1.5 hrs

Host environment: t3.medium instance in AWS (2CPU, 4G RAM), Amazon Linux 2

Have a nice day!

Hello,

Thank you for reporting! I will take a look at the issue.