From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXTCN-000355-Ot for qemu-devel@nongnu.org; Thu, 03 Sep 2015 08:01:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXTCK-0006vo-GF for qemu-devel@nongnu.org; Thu, 03 Sep 2015 08:00:59 -0400 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:35113 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXTCK-0006uN-3j for qemu-devel@nongnu.org; Thu, 03 Sep 2015 08:00:56 -0400 References: <1440670734-5616-1-git-send-email-pl@kamp.de> <1440670734-5616-3-git-send-email-pl@kamp.de> <20150827103951.GN24486@redhat.com> <1441273974.557.19.camel@redhat.com> <55E822C2.2070907@kamp.de> <1441281434.557.61.camel@redhat.com> From: Peter Lieven Message-ID: <55E83673.9020401@kamp.de> Date: Thu, 3 Sep 2015 14:00:51 +0200 MIME-Version: 1.0 In-Reply-To: <1441281434.557.61.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/4] vnc: allow the Buffer to shrink again List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Am 03.09.2015 um 13:57 schrieb Gerd Hoffmann: > Hi, > >> buffer_reserve: 11/t-tight: 4096 kB >> buffer_reserve: 11/t-tight: 8192 kB >> buffer_reserve: 11/t-tight: 16384 kB > A bit more than what I see (4096 usually, 8192 once). No idea why. > >> buffer_reserve: queue : 8192 kB >> buffer_reserve: 11/jobs : 8192 kB >> buffer_reserve: 11/out : 8192 kB > Noticeable more than what I see. > > Is this local or remote client? Maybe these stay smaller for me (local > client) simply because qemu can put the data to the wire faster. Local. But maybe you don't have a fullscreen background image in the vserver? Peter