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

CI: Build ran into OutOfMemoryError: Java heap space #84

Closed
mp911de opened this issue Jun 19, 2015 · 1 comment
Closed

CI: Build ran into OutOfMemoryError: Java heap space #84

mp911de opened this issue Jun 19, 2015 · 1 comment
Labels
type: bug A general bug
Milestone

Comments

@mp911de
Copy link
Collaborator

mp911de commented Jun 19, 2015

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 52.403 sec <<< FAILURE! - in com.lambdaworks.redis.LettucePerformanceTest
testPerformance(com.lambdaworks.redis.LettucePerformanceTest) Time elapsed: 51.952 sec <<< ERROR!
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at com.lambdaworks.redis.LettucePerformanceTest.testPerformance(LettucePerformanceTest.java:60)
Caused by: java.lang.OutOfMemoryError: Java heap space

@mp911de mp911de added the type: bug A general bug label Jun 19, 2015
@mp911de mp911de added this to the Lettuce 4.0 milestone Jun 19, 2015
@mp911de
Copy link
Collaborator Author

mp911de commented Jun 20, 2015

Reason is the log capturing while test run. Disabled for performance tests.

@mp911de mp911de closed this as completed Jun 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant