public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Joseph D. Wagner" <wagnerjd@prodigy.net>
To: "'Arjan van de Ven'" <arjanv@redhat.com>, <imran.badr@cavium.com>
Cc: "'Linux-kernel'" <linux-kernel@vger.kernel.org>
Subject: RE: vmalloc
Date: Wed, 11 Dec 2002 00:16:54 -0600	[thread overview]
Message-ID: <000c01c2a0dc$e866dda0$972a3a41@joe> (raw)
In-Reply-To: <1039554761.10002.31.camel@laptop.fenrus.com>

>> Is there any limitation on the amount of
>> memory that can be allocated by using vmalloc
>> ( like 128KB for kmalloc) ?

> for x86 you shouldn't count on being to get more
> than 64Mb of vmalloc memory (even though most
> machines go upto 128Mb at least)

According to the specifications, vmalloc is limited only by the amount of
physical memory on your machine.  However, Arjan VanDeVen has a point.
Other process are already using physical memory (like the kernel process),
and those process count against the physical memory available.

TIP: It's always nice to leave at least 20% of the physical memory free for
other critical processes, especially those that can't be swapped out.

Joseph Wagner


      reply	other threads:[~2002-12-11  6:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-10 20:50 [BK-2.4] [Patch] Small do_mmap_pgoff correction DervishD
2002-12-10 21:02 ` vmalloc Imran Badr
2002-12-10 21:12   ` vmalloc Arjan van de Ven
2002-12-11  6:16     ` Joseph D. Wagner [this message]

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='000c01c2a0dc$e866dda0$972a3a41@joe' \
    --to=wagnerjd@prodigy.net \
    --cc=arjanv@redhat.com \
    --cc=imran.badr@cavium.com \
    --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