You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: