Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

add the ability to check the memory cost of a session for an app #27

Open
aihazm opened this issue Sep 13, 2018 · 1 comment
Open

add the ability to check the memory cost of a session for an app #27

aihazm opened this issue Sep 13, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@aihazm
Copy link
Member

aihazm commented Sep 13, 2018

As a developer I want to be able to check the amount of memory a session will take before publishing my apps

@aihazm aihazm added the enhancement New feature or request label Sep 13, 2018
@wennmo
Copy link
Member

wennmo commented Mar 28, 2019

The static memory usage for the app/data model is present in the meta data. However additional sessions against the same app reuses the memory cache, so the average memory footprint per session will probably be lower. Probably hard to determine such a metric without profiling the app.

Screenshot 2019-03-28 at 21 18 34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants