From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753378Ab1HZGSH (ORCPT ); Fri, 26 Aug 2011 02:18:07 -0400 Received: from server655-han.de-nserver.de ([85.158.177.45]:37193 "EHLO server655-han.de-nserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752692Ab1HZGSF (ORCPT ); Fri, 26 Aug 2011 02:18:05 -0400 Message-ID: <4E573A99.4060309@profihost.ag> Date: Fri, 26 Aug 2011 08:18:01 +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> In-Reply-To: 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 Yanhai, > Stefan, is your zone_reclaim_mode enabled? try 'cat > /proc/sys/vm/zone_reclaim_mode', > and echo 0 to it to disable. 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. Stefan