Tianyi Wang 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 || : ) > In another review, Jim asked me to parse the output of "free -m"; see https Here is the output of free -m on centos6. There is no 'available' column and we still need to do the same calculation. total used free shared buffers cached Mem: 67814 67508 306 0 271 61151 -/+ buffers/cache: 6084 61729 Swap: 0 0 0 -- 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 23:01:17 +0000 Gerrit-HasComments: Yes
