EmbarkStudios / EmbarkStudios/puffin

Doesn't memory keep growing?

Open
#185 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.