We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure exactly why this started happening on a recent build, as I don't believe memory characteristics are changing very much.
In any case, I was able to run all unit tests on my local with -Xmx200m, so I'm going to give that setting to Travis and see if that improves things
The text was updated successfully, but these errors were encountered:
Setting JAVA_OPTS=-Xmx200m got rid of the OOM error (at least in https://travis-ci.org/Netflix/Hystrix/builds/55823205). There's now a persistent failure on:
com.netflix.hystrix.HystrixCommandTest > testFallbackRejectionOccursWithLatentFallback FAILED java.lang.AssertionError at HystrixCommandTest.java:3657
Sorry, something went wrong.
OK, that did the trick and I now have a passing Travis build (see https://travis-ci.org/Netflix/Hystrix/builds/55853598)
Successfully merging a pull request may close this issue.
I'm not sure exactly why this started happening on a recent build, as I don't believe memory characteristics are changing very much.
In any case, I was able to run all unit tests on my local with -Xmx200m, so I'm going to give that setting to Travis and see if that improves things
The text was updated successfully, but these errors were encountered: