badgerloop-software / pod-dashboard

The Operator's Dashboard
http://badgerloop.com
GNU General Public License v3.0
6 stars 2 forks source link

Fixed the timer #123

Closed ezraboley closed 4 years ago

ezraboley commented 4 years ago

Description

Type of change

Checklist

EUdds commented 4 years ago

image

You can see in this chart that there is still an increasing saw tooth trend on our memory usage. So I'm going to say that this closes #97 but until we figure out what's causing that increasing memory usage, I want to leave #88 open

EUdds commented 4 years ago

With that being said, this is a lot better and I am not experiencing slowdowns either. I just want to make sure we're not pushing it further back.

ezraboley commented 4 years ago

image

You can see in this chart that there is still an increasing saw tooth trend on our memory usage. So I'm going to say that this closes #97 but until we figure out what's causing that increasing memory usage, I want to leave #88 open

I'm not entirely sure still why it's steadily increasing, but I think the sawtooth is normalish since you're just seeing garbage collection periodically (hence drop down in heap usage). Could be if the autosave is being updated through a read/update/write pattern?

EUdds commented 4 years ago

I ran a half hour long memory test and turns out that memory does stabilize and this seems to fix our memory issues image. I will close that issue