-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Test failure due to OutOfMemoryError #131
Comments
Fixed by defining |
Sadly, this did not solve the problem. |
We are experiencing very similar issues: google/android-fhir#193 |
We reduced our memory use in the tests. If we get this option #139, we can check if we can increase the test data again. |
Hi Dennis - what did you do in order to reduce memory use? Thanks! |
@jingtang10 Not too much actually and we should have done this earlier: The affected tests actually work in locally started emulators and on local devices without any trouble. |
Thanks Dennis! |
Did not see this issue again - seemingly reducing the memory consumption helped (although I don't know why it started failed). |
About a month a ago our CI started to fail on tests using large amounts of memory (actually not that large).
Beforehand everything was working fine.
Any suggestions/insights?
We can downgrade the tests to use less memory by generating less test data, but that's something I would like to avoid.
OpenTracksApp/OpenTracks#599
The text was updated successfully, but these errors were encountered: