From: Felix von Leitner <felix-linuxkernel@fefe.de>
To: linux-kernel@vger.kernel.org
Subject: Re: fork on processes with lots of memory
Date: Tue, 26 Jan 2016 17:28:53 +0100 [thread overview]
Message-ID: <20160126162853.GA1836@qarx.de> (raw)
In-Reply-To: <20160126160641.GA530@qarx.de>
> Dear Linux kernel devs,
> I talked to someone who uses large Linux based hardware to run a
> process with huge memory requirements (think 4 GB), and he told me that
> if they do a fork() syscall on that process, the whole system comes to
> standstill. And not just for a second or two. He said they measured a 45
> minute (!) delay before the system became responsive again.
I'm sorry, I meant 4 TB not 4 GB.
I'm not used to working with that kind of memory sizes.
> Their working theory is that all the pages need to be marked copy-on-write
> in both processes, and if you touch one page, a copy needs to be made,
> and than just takes a while if you have a billion pages.
> I was wondering if there is any advice for such situations from the
> memory management people on this list.
> In this case the fork was for an execve afterwards, but I was going to
> recommend fork to them for something else that can not be tricked around
> with vfork.
> Can anyone comment on whether the 45 minute number sounds like it could
> be real? When I heard it, I was flabberghasted. But the other person
> swore it was real. Can a fork cause this much of a delay? Is there a way
> to work around it?
> I was going to recommend the fork to create a boundary between the
> processes, so that you can recover from memory corruption in one
> process. In fact, after the fork I would want to munmap almost all of
> the shared pages anyway, but there is no way to tell fork that.
> Thanks,
> Felix
> PS: Please put me on Cc if you reply, I'm not subscribed to this mailing
> list.
next prev parent reply other threads:[~2016-01-26 16:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 16:06 fork on processes with lots of memory Felix von Leitner
2016-01-26 16:28 ` Felix von Leitner [this message]
2016-01-26 16:38 ` Borislav Petkov
2016-01-26 20:26 ` Mikael Pettersson
2016-01-28 3:09 ` Hugh Dickins
2016-02-26 17:41 ` lwoodman
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=20160126162853.GA1836@qarx.de \
--to=felix-linuxkernel@fefe.de \
--cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).