public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andries.Brouwer@cwi.nl
To: ebiederm@xmission.com, esr@thyrsus.com, sct@redhat.com
Cc: gars@lanm-pc.com, linux-kernel@vger.kernel.org
Subject: Re: Swap size for a machine with 2GB of memory
Date: Mon, 20 Aug 2001 00:08:40 GMT	[thread overview]
Message-ID: <200108200008.AAA157827@vlet.cwi.nl> (raw)

    From: ebiederm@xmission.com (Eric W. Biederman)
    Date:     19 Aug 2001 14:49:23 -0600

    "Eric S. Raymond" <esr@thyrsus.com> writes:

    > The Red Hat installation manual claims that the size of the
    > swap partition should be twice the size of physical memory,
    > but no more than 128MB.
    > 
    > Should I believe the above formula?

You give two statements. The 128 MB bound was claimed by Microsoft
and we screamed loudly that that was a lie - now it is claimed
by both SuSE and RedHat. Funny.
No, the bound is not 128 MB. See mkswap(8).

    With respect to swap partitions the current limit is about 64Gig.
    You can actually make a larger swap partition but the kernel on x86
    only uses 24 offset bits into that partition.  The 128MB partition
    existed but was removed long ago.

Long ago I wrote in mkswap(8) that the max on i386 is about 2 GiB.
I seem to recall that at some point in time the swap size in
bytes had to fit in a signed long, and indeed, 2.1.117 has
        if (p->max >= 0x7fffffffL/PAGE_SIZE ...
2.2.0pre9 changed this into
        if (p->max >= SWP_OFFSET(SWP_ENTRY(0,~0UL)))
deleting this restriction.
If it is no longer there, I suppose I should change mkswap.c.
Stephen, can you confirm?

Andries

             reply	other threads:[~2001-08-20  0:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-20  0:08 Andries.Brouwer [this message]
2001-08-21 23:14 ` Swap size for a machine with 2GB of memory Kurt Garloff
2001-08-24 12:45 ` Rogier Wolff
  -- strict thread matches above, loose matches on Subject: below --
2001-08-19  6:42 Eric S. Raymond
2001-08-19  8:25 ` Andrzej Krzysztofowicz
2001-08-19  9:46 ` Ignacio Vazquez-Abrams
2001-08-19 16:15   ` Ingo Oeser
2001-08-19 14:08 ` Alan Cox
2001-08-19 16:48   ` Eric S. Raymond
2001-08-19 14:39 ` Steven Cole
2001-08-19 17:29 ` Luigi Genoni
2001-08-19 15:52   ` Steven Cole
2001-08-19 22:16     ` Luigi Genoni
2001-08-19 20:49 ` Eric W. Biederman
2001-08-19 21:15   ` Eric S. Raymond
2001-08-20  0:05   ` Kevin Krieser
2001-08-20 17:42     ` Eric W. Biederman
2001-08-20 23:09       ` Kevin Krieser

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=200108200008.AAA157827@vlet.cwi.nl \
    --to=andries.brouwer@cwi.nl \
    --cc=ebiederm@xmission.com \
    --cc=esr@thyrsus.com \
    --cc=gars@lanm-pc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sct@redhat.com \
    /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