You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: