From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 220FB46970E for ; Thu, 30 Jan 2020 00:50:26 +0300 (MSK) Received: by mail-lf1-f54.google.com with SMTP id z18so787239lfe.2 for ; Wed, 29 Jan 2020 13:50:26 -0800 (PST) Date: Thu, 30 Jan 2020 00:50:24 +0300 From: Konstantin Osipov Message-ID: <20200129215024.GE31458@atlas> References: <20200127193320.33773-1-georgy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200127193320.33773-1-georgy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] region: take allocated region size instead of used one List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Georgy Kirichenko Cc: tarantool-patches@dev.tarantool.org * Georgy Kirichenko [20/01/27 22:34]: > As region has cached but not used slabs take the full region size > in account while fiber gc. I prefer pushing the fix for linear scan and keeping this logic intact, since fixing it may impact a lot of workloads which require large amounts of region memory per request. -- Konstantin Osipov, Moscow, Russia