Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/6842
Change subject: IMPALA-5297: Reduce free-pool-test mem requirement to avoid OOM ...................................................................... IMPALA-5297: Reduce free-pool-test mem requirement to avoid OOM On jenkins.impala.io gerrit-verify-dryrun jobs, free-pool-test started running out of memory after updating Kudu to a newer version which can have slightly higher memory requirements (Kudu will reject writes when mem is 80% full rather than 60% full). free-pool-test can allocate up to 12gb, and the VMs have a CommitLimit of only 16gb. While larger VMs could be used, or the minicluster could be tuned further, it doesn't seem like free-pool-test needs to be testing such large allocations. Change-Id: I31f03e7a4d5d237a1183277c988f85a992396a43 --- M be/src/runtime/free-pool-test.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/42/6842/1 -- To view, visit http://gerrit.cloudera.org:8080/6842 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I31f03e7a4d5d237a1183277c988f85a992396a43 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
