jihoonson opened a new issue #6149: Further optimize memory for Travis URL: https://github.com/apache/incubator-druid/issues/6149 Partially fixes https://github.com/apache/incubator-druid/issues/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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
