On Fri, 6 Jul 2001, Eric Anderson wrote:

> Ahh. That makes sense.  So how can I change the chunk size from
> 64k to something higher (I assume I could set it to 128k to
> effectively double that 3GB to 6GB)?

That won't work.  The address space limitation is a HARDWARE
limitation.

What you _can_ do is put data in shared memory segments, which
you map and unmap on demand. Moving memory management to user
space is the only way to (more or less) get around the 4GB
hardware limitation.

regards,

Rik
--
Executive summary of a recent Microsoft press release:
   "we are concerned about the GNU General Public License (GPL)"


                http://www.surriel.com/
http://www.conectiva.com/       http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to