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

Grid page leaks memory #3

Closed
pdc opened this issue May 20, 2012 · 1 comment
Closed

Grid page leaks memory #3

pdc opened this issue May 20, 2012 · 1 comment
Labels

Comments

@pdc
Copy link
Owner

pdc commented May 20, 2012

When left running overnight on Chrome, the grid page’s memory footprint swells enormously: closing the window releases several hundred megabytes according to Activity Monitor.

Possible culprits are presumably closures in JavaScript, or possibly that timeout handlers need to be more careful about releasing acquired resources.

@pdc
Copy link
Owner Author

pdc commented Jun 18, 2012

Split the JavaScript up differently and it seems its memory usage is no longer continually increasing.

@pdc pdc closed this as completed Jun 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant