From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A29A0138330 for ; Sat, 8 Oct 2016 11:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DED621C08C; Sat, 8 Oct 2016 11:58:55 +0000 (UTC) Received: from mail-qt0-f175.google.com (mail-qt0-f175.google.com [209.85.216.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1ADCE0BEA for ; Sat, 8 Oct 2016 11:58:54 +0000 (UTC) Received: by mail-qt0-f175.google.com with SMTP id s49so31523474qta.0 for ; Sat, 08 Oct 2016 04:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=hCs8jeo1PYv9+/Oqr/CJ+jSm367/hhnTn7vYWwB3hfY=; b=d/I8Dyxh7w91rTxdawUVpnEJK0zTfaOkosvTSLi4wdz+YhxIBgYOiZaR7OmZeBinNu kbv81dykULP9Ii7Xh/h8rp0emcBUCN527PQUPsfKBe7d2UzEs+LXOx1TSp4+Yyu4GY6M MKAQZWSNuVLDAECOCBK9vtqfOznRl9mNGgRWOauO8gpPK8nJzFVQtBwljDUt9/pemMBo Dl2Nk7Q5ND7cIIV9U79FpJ2g12n4uJxWHTDxaDa15JRF7lGuWAdZaKMm3dqJAVWe93aG tm0h2eTXDSsojFU25umoghB0mpHfLYOKTzwqmy9Cu9JkVDndnUDTfPpD4Rk8UulzYUK2 laZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=hCs8jeo1PYv9+/Oqr/CJ+jSm367/hhnTn7vYWwB3hfY=; b=OZpbizhmktIyrFaGeYbNipslBuyH6fKqmsk7V1gHmXb+whKU7r6CW1VSbEbAHmkeeO f2iKNJHryj7hc63mNfqlGPayNyWntjhDXnIgpwzSIndBgNcCQEOnc3jkNh9RNW8N5WpC EjRBM2jh9ADgFgLhhaQ7M/j6BVW2AtPp3YGmYZoHuBI0Wyhhqb8vI+fE/zkFUMyXQJmv l3yyFUWNi3T/wWK4zoHBnSc9Ug0CarErpu+SehvILXJiP3KAs67HgOgKaD5O5sXW+d1L 2DTlSwQyXNALPhdP/H3bCimcfwKWqAUkN/ukG/JIO8qPhNw40OndA80IA9Oqkg7obfgZ QHYA== X-Gm-Message-State: AA6/9RlKLjwhNL7DPEUhON74KJoYChtCMxYniHsdk7qLOfV4aQieXxrUfssBzgiuCuSe8MRYrxIzozm/wfJQSA== X-Received: by 10.200.46.226 with SMTP id i31mr16380015qta.13.1475927934078; Sat, 08 Oct 2016 04:58:54 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.140.38.133 with HTTP; Sat, 8 Oct 2016 04:58:53 -0700 (PDT) In-Reply-To: <738fc0bd-6dd7-dfa8-94fb-334befe03dad@iinet.net.au> References: <15716586.VkCrMUdRYY@serenity> <738fc0bd-6dd7-dfa8-94fb-334befe03dad@iinet.net.au> From: Grant Date: Sat, 8 Oct 2016 04:58:53 -0700 Message-ID: Subject: Re: [gentoo-user] Strive for zero swap usage? To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 89edbe0c-53b6-46ca-a143-ff93c45a3a5f X-Archives-Hash: 6b2ee6f805c78eea9d14487af8c42d9d >>>>>>> Swap usage on Linux always seems a little tricky to me. Should my >>>>>>> goal on a web server be zero swap usage, meaning the attached graph >>>>>>> should show no green lines at all if I'm doing it right? >> ... > > Have you tuned swappiness? Thanks Bill I'll give swappiness a try too. - Grant