Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Garbage Collection #9

@lukebarton

Description

@lukebarton

Inspecting the data map over multiple requests with the koa example reveals that the map is always growing in size, not just in keys, but the data is left lying around too. This will lead to larger and larger memory use over time, despite those continuations being finished. Is there anything that can be done about this? Using remove doesn't make the problem go away.

I'm guessing that since it's not possible to know if async functions have finished with the storage yet that we're forced to leave it lying around?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions