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

Reduce memory consumption of test summaries by serializing / deserializing intermittently #132

Open
danieldietsch opened this issue Mar 7, 2017 · 0 comments

Comments

@danieldietsch
Copy link
Member

Our current architecture forces that test summaries are kept in-memory.

This leads to the problem, that tests later in the queue have less heap space available to them than the ones at the beginning.

One solution would be the serialization of intermediate information until the very end of the test suite, then deserializing everything and computing the actual summary.

@danieldietsch danieldietsch changed the title Reduce memory consumption of test summaries by serializing / deserializing intermediate states Reduce memory consumption of test summaries by serializing / deserializing intermittently Mar 7, 2017
danieldietsch added a commit that referenced this issue Mar 13, 2017
…after introduction of non-static handling of AfterClass directives (explicitly freeing pointers)
@schillic schillic removed their assignment Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants