cyberstrawberry101 / Borealis-Server-Manager

Utility designed to facilitate the deployment, management, and control of various kinds of dedicated gameservers.
35 stars 5 forks source link

Fix memory leak caused by disk performance metrics code #20

Closed cyberstrawberry101 closed 7 years ago

cyberstrawberry101 commented 7 years ago

I discovered that the cause of a huge memory leak problem was being caused by the performance metrics background worker. In order to fix it, I need to see why the data in the background worker isn't being properly disposed of as metrics are displayed.