Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3D66E200CEE for ; Tue, 8 Aug 2017 00:41:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 166F2162F83; Mon, 7 Aug 2017 22:41:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C619162AA5 for ; Tue, 8 Aug 2017 00:41:25 +0200 (CEST) Received: (qmail 47327 invoked by uid 500); 7 Aug 2017 22:41:24 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 47316 invoked by uid 99); 7 Aug 2017 22:41:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2017 22:41:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F07BEC5B98 for ; Mon, 7 Aug 2017 22:41:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GL5l1g-lYx90 for ; Mon, 7 Aug 2017 22:41:19 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2673C5F521 for ; Mon, 7 Aug 2017 22:41:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v77MfH2E014763; Mon, 7 Aug 2017 22:41:17 GMT Message-Id: <201708072241.v77MfH2E014763@ip-10-146-233-104.ec2.internal> Date: Mon, 7 Aug 2017 22:41:17 +0000 From: "Tim Armstrong (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Matthew Jacobs Reply-To: tarmstrong@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-5661=3A_buffer_pool_limit=0A?= X-Gerrit-Change-Id: Ia64e21e0d5a7cf35a9064f365c6c86db13fbd73d X-Gerrit-ChangeURL: X-Gerrit-Commit: 926dea4270f0c7ece87ae2f31fbec80b491fc726 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Mon, 07 Aug 2017 22:41:32 -0000 Tim Armstrong has uploaded a new patch set (#5). Change subject: IMPALA-5661: buffer pool limit ...................................................................... IMPALA-5661: buffer pool limit Adds the --buffer_pool_limit flag to control the buffer pool size. It can be specified as either an absolute memory value or a percentage of the process memory limit Testing: Started up a cluster with --buffer_pool_limit=10%, confirmed via /metrics page that the buffer pool limit was reduced to ~800MB on my system. Change-Id: Ia64e21e0d5a7cf35a9064f365c6c86db13fbd73d --- A be/src/common/constant-strings.h M be/src/common/global-flags.cc M be/src/runtime/exec-env.cc M be/src/scheduling/request-pool-service.cc 4 files changed, 68 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/7462/5 -- To view, visit http://gerrit.cloudera.org:8080/7462 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ia64e21e0d5a7cf35a9064f365c6c86db13fbd73d Gerrit-PatchSet: 5 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Tim Armstrong