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

Travis CI Errors #726

Closed
mattrjacobs opened this issue Mar 25, 2015 · 2 comments · Fixed by #727
Closed

Travis CI Errors #726

mattrjacobs opened this issue Mar 25, 2015 · 2 comments · Fixed by #727

Comments

@mattrjacobs
Copy link
Contributor

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

@mattrjacobs mattrjacobs changed the title Travis CI OutOfMemory error Travis CI Errors Mar 25, 2015
@mattrjacobs
Copy link
Contributor Author

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

@mattrjacobs
Copy link
Contributor Author

OK, that did the trick and I now have a passing Travis build (see https://travis-ci.org/Netflix/Hystrix/builds/55853598)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant