Philip Zeyliger has posted comments on this change. ( http://gerrit.cloudera.org:8080/10277 )
Change subject: IMPALA-5737: Tighten minicluster memory limit ...................................................................... Patch Set 7: (1 comment) http://gerrit.cloudera.org:8080/#/c/10277/7/bin/impala-config.sh File bin/impala-config.sh: http://gerrit.cloudera.org:8080/#/c/10277/7/bin/impala-config.sh@644 PS7, Line 644: MEM_AVAIL_KB=$(grep -oP "^MemAvailable:[[:space:]]*\K\d*" /proc/meminfo || : ) > I made a mistake here: MemAvailable is available in kernel >= 3.14, but on In another review, Jim asked me to parse the output of "free -m"; see https://github.com/apache/impala/blob/master/docker/monitor.py#L60 . -- To view, visit http://gerrit.cloudera.org:8080/10277 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If8240551e726c6da546a926a1ce3444f41ef87fe Gerrit-Change-Number: 10277 Gerrit-PatchSet: 7 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Comment-Date: Mon, 21 May 2018 22:21:09 +0000 Gerrit-HasComments: Yes
