EmbarkStudios / EmbarkStudios/puffin
Doesn't memory keep growing?
Open
bug
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 111
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 1
Description
**Describe the bug**
https://github.com/EmbarkStudios/puffin/pull/169
I get that it's PR for optimisation.
But doesn't this result in an infinite number of ScopeCollections and thus an ever-increasing memory footprint?
In fact, if you try running the current puffin_http example server, the memory keeps growing over time.
I'm just checking because after applying the release with this update, the memory exploded.
**To Reproduce**
cd puffin_http
cargo run --example server
**Expected behavior**
Memory should not continue to grow.
Contributor guide
Assessment
This issue has not been assessed yet.