Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak when closing a model/tab ? #3

Open
ChrisVeigl opened this issue Aug 28, 2017 · 1 comment
Open

Memory Leak when closing a model/tab ? #3

ChrisVeigl opened this issue Aug 28, 2017 · 1 comment

Comments

@ChrisVeigl
Copy link
Contributor

When opening a new model tab in the WebACS, about 100 MB of RAM are allocated,
but when closing the tab only a small portion is released. On the RaspberriPi this leads to severe problems and sstem hangs after 4 or 5 tabs have been created/closed.
Apart from finding this leak, it would be desireable reduce RAM requirements for smaller platforms.

Testing environment:
platform: RaspberryPi 3
OS: Ubuntu Mate 16.04 LTS
browser: Mozilla Firefox 52.02

@kingcole
Copy link

kingcole commented Oct 2, 2017

Managed to free a little more memory - but the effect on RaspberryPi is marginal, since garbage collection seems to take virtually forever (at least on my Raspi2).

The high memory usage comes from the used graphics framework (kinetic.js). To change this would mean massive changes to the WebACS, which cannot be done with currently available resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants