public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@link38.eu>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Allow kernel to swap memory on high demand
Date: Tue, 25 Sep 2018 20:29:55 +0200	[thread overview]
Message-ID: <021e5d95-f39b-a7b4-0464-ba8b4a335449@link38.eu> (raw)
In-Reply-To: <20180925175231.6080-1-ipfr@tfitzgeorge.me.uk>

[-- Attachment #1: Type: text/plain, Size: 1744 bytes --]

Hello Tim,

I am not sure about the side-effects introduced with this patch.

As far as I am aware, values for "vm.swappiness" range from 0
(disable swapping entirely) to 100 (swap aggressively). Value 1
means swapping is only used to avoid OOM situations.

This raises three questions:
(a) On some systems, I observer swap usage > 0% indeed, which
should not happen if value 0 for this setting _disables_ swapping.

(b) Since disk I/O is much slower than RAM access, I fear it
might be a DoS vector to enable this (infected program running
amok). On the other hand, if a systems might avoid running out
of memory, this sounds good too.

(c) How does the kernel treat anonymous pages after changing
this setting?

However, these might be academic threats since the overall
issue is already discussed in https://bugzilla.ipfire.org/show_bug.cgi?id=11839 .
Just some comments from my side... :-)

Thanks, and best regards,
Peter Müller


> Signed-off-by: Tim FitzGeorge <ipfr at tfitzgeorge.me.uk>
> Fixes: Bug 11839
> ---
>  config/etc/sysctl.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf
> index 345f8f52a..4066af767 100644
> --- a/config/etc/sysctl.conf
> +++ b/config/etc/sysctl.conf
> @@ -27,7 +27,7 @@ net.ipv4.conf.all.accept_source_route = 0
>  net.ipv4.conf.all.log_martians = 1
>  
>  kernel.printk = 1 4 1 7
> -vm.swappiness=0
> +vm.swappiness=1
>  vm.mmap_min_addr = 4096
>  vm.min_free_kbytes = 8192
>  
> 

-- 
Microsoft DNS service terminates abnormally when it recieves a response
to a DNS query that was never made.  Fix Information: Run your DNS
service on a different platform.
		-- bugtraq

  reply	other threads:[~2018-09-25 18:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-25 17:52 Tim FitzGeorge
2018-09-25 18:29 ` Peter Müller [this message]
2018-09-25 20:50   ` Michael Tremer
2018-09-26 19:55     ` Tim FitzGeorge
2018-10-02 21:11       ` Michael Tremer
2018-10-04 15:46         ` Peter Müller
2018-10-04 15:47           ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=021e5d95-f39b-a7b4-0464-ba8b4a335449@link38.eu \
    --to=peter.mueller@link38.eu \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox