-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reduce memory consumption #565
Comments
@JeffreyDevloo @pploegaert Can you provide some pointers for me so i can see how this might be done? |
Place the sending within the for loop is what I suggest |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Problem description
There is a currently a flaw with the autotests: they push all their results at once.
On failure, it currently stores all log files between the time of test in memory. Worst case this can mean 2.5 hours of logging.
The pushing should be done after every test, rather than them all.
The text was updated successfully, but these errors were encountered: