From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 31 16:16:21 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0180B0F for ; Thu, 31 Jul 2014 16:16:21 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 889002591 for ; Thu, 31 Jul 2014 16:16:21 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id a1so2984882wgh.11 for ; Thu, 31 Jul 2014 09:16:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=MzWlX1qGQi1AzHdKz9RXa0NxkEZrPNavFI2UV7l3j8Q=; b=T2onuMcmeFZmkc7BdmK/Y4XSCYm3ZhCnjei91X+BPLePysaEUDMAWPbi6NrAeGmkug J9w5k33glksaIlNJcXIYwiAL+CFNgQ2c7vAvVgpyYgm4GF+U4K21aeV3UXf/Jh2ohVfS Lwiixy/Jml3C0PZBScwAeSkXGQeGLN1DhlqalzSajTjmpyLZfPb5sTnEv79WHNo7E2bt XYYrLb9LP/Bm7LblDAz3tR3b9iS7mtQExIyMLvP0nvtpZ/AbSkAqoco1ZLzE7wCDjyKU lsZ6p1OZ8FjSzTPodiGqaPGh4tWt5Gy49y9e2GtNxVd49285A/YBZY6HyWvWU8b8z/oi 0aQA== X-Received: by 10.194.202.165 with SMTP id kj5mr18814960wjc.50.1406823379081; Thu, 31 Jul 2014 09:16:19 -0700 (PDT) Received: from [192.168.2.100] (dhcp46-187-149-223.eaw.com.pl. [46.187.149.223]) by mx.google.com with ESMTPSA id cw6sm14366524wjb.19.2014.07.31.09.16.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 31 Jul 2014 09:16:18 -0700 (PDT) Message-ID: <53DA6BD9.8090906@gmail.com> Date: Thu, 31 Jul 2014 18:16:25 +0200 From: Adi User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: FreeBSD 10 swapping Idle processes :/ References: <53D962A7.5090105@gmail.com> <3526D2C767B54D3597CC1380AAC5E07E@multiplay.co.uk> <53DA3B2B.8020003@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 16:16:22 -0000 Hello > Kernel here takes ~5mins max on a decent machine so it shouldn't > take that long. Compiling process only kernel, yes is fast but I don't remember how do it :) 1. I should download full 10 RELEASE p7 sources 2. I should download sys/vm/vm_pageout.c file from STABLE tree And replace orginal vm_pageout.c file? Is it correct? But if changes (in Stable) vm_pageout.c file affect other source files in stable I don't want destroy production system :) Best Regards.