From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 14:10:57 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 317E47DB for ; Thu, 31 Jul 2014 14:10:57 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id EB921244F for ; Thu, 31 Jul 2014 14:10:56 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 5AD0120E7088D; Thu, 31 Jul 2014 14:10:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 13C4B20E7088B; Thu, 31 Jul 2014 14:10:49 +0000 (UTC) Message-ID: From: "Steven Hartland" To: "Adi" , References: <53D962A7.5090105@gmail.com> <3526D2C767B54D3597CC1380AAC5E07E@multiplay.co.uk> <53DA3B2B.8020003@gmail.com> Subject: Re: FreeBSD 10 swapping Idle processes :/ Date: Thu, 31 Jul 2014 15:10:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 14:10:57 -0000 ----- Original Message ----- From: "Adi" To: Sent: Thursday, July 31, 2014 1:48 PM Subject: Re: FreeBSD 10 swapping Idle processes :/ > Hello > >> Try patching your sources with: >> MFC r265418 - vm_pageout stuck pages >> MFC r260567 - vm_pageout stuck pages >> >> http://svnweb.freebsd.org/base?view=revision&revision=265944 >> http://svnweb.freebsd.org/base?view=revision&revision=265945 > > This should help. But a very long time didn't compile sources. > Is it any chance to avoid compile? Kernel here takes ~5mins max on a decent machine so it shouldn't take that long. You don't need a full world build just kernel. Regards Steve