Memory leak #57
Labels
No labels
Roadmap
V
bug
docs
duplicate
enhancement
good first issue
help wanted
idea
invalid
question
wontfix
Idea
Roadmap
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: vieter-v/vieter#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When spamming the server with requests, its ram usage goes up & doesn't go back down, so I think we have a leak somewhere.
It seems to be going up really slowly though, I had to send thousands of publish requests on order to even see the difference.
After two days, my server is already at over 100MB of memory usage. I think it has something to do with the healthcheck allocating some new memory every 30s, which can add up over time.
Possibly fixed by
3379db017d, will need to see in a few hours.Sadly the memory usage still seems to be going up.
My memory usage seems to have stabilized at 4.5MB.
The garbage collector fixes this.