You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/10 16:20:26 UTC

[GitHub] jihoonson opened a new issue #6149: Further optimize memory for Travis

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org