From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754529Ab1HaHLK (ORCPT ); Wed, 31 Aug 2011 03:11:10 -0400 Received: from server655-han.de-nserver.de ([85.158.177.45]:54831 "EHLO server655-han.de-nserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199Ab1HaHLF (ORCPT ); Wed, 31 Aug 2011 03:11:05 -0400 Message-ID: <4E5DDE86.3040202@profihost.ag> Date: Wed, 31 Aug 2011 09:11:02 +0200 From: Stefan Priebe - Profihost AG User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Zhu Yanhai CC: Wu Fengguang , Pekka Enberg , LKML , "linux-mm@kvack.org" , Andrew Morton , Mel Gorman , Jens Axboe , Linux Netdev List Subject: Re: slow performance on disk/network i/o full speed after drop_caches References: <4E5494D4.1050605@profihost.ag> <4E54BDCF.9020504@profihost.ag> <20110824093336.GB5214@localhost> <4E560F2A.1030801@profihost.ag> <20110826021648.GA19529@localhost> <4E570AEB.1040703@profihost.ag> <20110826030313.GA24058@localhost> <20110826032601.GA26282@localhost> <4E573A99.4060309@profihost.ag> In-Reply-To: <4E573A99.4060309@profihost.ag> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-User-Auth: Auth by hostmaster@profihost.com through 85.158.179.66 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Fengguang, Hi Yanhai, > you're abssolutely corect zone_reclaim_mode is on - but why? > There must be some linux software which switches it on. > > ~# grep 'zone_reclaim_mode' /etc/sysctl.* -r -i > ~# > > also > ~# grep 'zone_reclaim_mode' /etc/sysctl.* -r -i > ~# > > tells us nothing. > > I've then read this: > > "zone_reclaim_mode is set during bootup to 1 if it is determined that > pages from remote zones will cause a measurable performance reduction. > The page allocator will then reclaim easily reusable pages (those page > cache pages that are currently not used) before allocating off node pages." > > Why does the kernel do that here in our case on these machines. Can nobody help why the kernel in this case set it to 1? Stefan