Michael Ho has posted comments on this change. Change subject: IMPALA-5297: Reduce free-pool-test mem requirement to avoid OOM ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/6842/1/be/src/runtime/free-pool-test.cc File be/src/runtime/free-pool-test.cc: PS1, Line 138: memset(p1, 1, size); > That's probably true, depending on vm_overcommit setting. But given that we Should be sufficient to replace it with *p1 = 1; -- To view, visit http://gerrit.cloudera.org:8080/6842 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I31f03e7a4d5d237a1183277c988f85a992396a43 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-HasComments: Yes
