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

Further optimize memory for Travis #6149

Closed
jihoonson opened this issue Aug 10, 2018 · 0 comments
Closed

Further optimize memory for Travis #6149

jihoonson opened this issue Aug 10, 2018 · 0 comments
Assignees

Comments

@jihoonson
Copy link
Contributor

Partially fixes #6013.

Our Travis CI is frequently failing and one of the common reasons is the oom reaper killed the unit test process. I found each Travis job needs different amount of heap and off-heap memory, so they should be optimized differently. Also, I'm thinking to add closeable blocking/non-blocking pools for only unit tests to release buffers as early as possible. I'll raise a PR soon.

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

No branches or pull requests

1 participant