corectl icon indicating copy to clipboard operation
corectl copied to clipboard

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

Open aihazm opened this issue 6 years ago • 1 comments

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

aihazm avatar Sep 13 '18 06:09 aihazm

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

wennmo avatar Mar 28 '19 20:03 wennmo