centerclick / feedback

Issues, Bug Reports, and Feature Requests
7 stars 0 forks source link

Memory leak in 1.54? #58

Closed lloyd-taylor closed 1 year ago

lloyd-taylor commented 1 year ago

I'm seeing a monotonic increase in memory utilization in my NTP250. Is this expected?

NTP250_-_System_Graphs

HWRev 7, SN 150

dave4445 commented 1 year ago

Hi Lloyd, Is this system seeing a large number of clients? Going from 0 to 1,000,000 tracked clients adds about 90MB. If you reach 1M clients, it should settle in around ~180MB used.

lloyd-taylor commented 1 year ago

Thanks, Dave.

It's a home hobby unit with fewer than 10 clients.

--Lloyd

On Tue, Sep 6, 2022 at 12:54 PM Dave @.***> wrote:

Hi Lloyd, Is this system seeing a large number of clients? Going from 0 to 1,000,000 tracked clients adds about 90MB. If you reach 1M clients, it should settle in around ~180MB used.

— Reply to this email directly, view it on GitHub https://github.com/centerclick/feedback/issues/58#issuecomment-1238587998, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7ESIJDDVLMG2PSFIQVTTTV46OONANCNFSM6AAAAAAQGEHOFQ . You are receiving this because you authored the thread.Message ID: @.***>

dave4445 commented 1 year ago

journald.conf has: RuntimeMaxUse=10M so 10MB of system logs in RAM. looks like you're right in line with that.

lloyd-taylor commented 1 year ago

Makes sense. Logs will monotonically increase until they hit the memory limit.

Thanks for checking!