When will we have the larger swap partition than 2GB?
"Murakami Hiroshi" <[email protected]> Sun, 6 Oct 2002 00:35:39 +0900 (JST)
| Newsgroups | gmane.linux.redhat.ia64.general |
|---|---|
| Message-ID | <[email protected]> |
According to the online manual of "mkswap":
-----------------------------------------------
MKSWAP(8) Linux Programmer's Manual MKSWAP(8)
NAME
mkswap - set up a Linux swap area
[...omit...]
In the new style swap area this is
precisely what is done. The maximum useful size of a swap
area now depends on the architecture. It is roughly 2GB
on i386, PPC, m68k, ARM, 1GB on sparc, 512MB on mips,
128GB on alpha and 3TB on sparc64.
[...omit...]
-----------------------------------------------
The ARPHA can have 128GB and the SPARC64 can have 3TB for
a single swap area or the swap file, why the IA-64 still have
to be restricted to 2GB in the size ?
The mkswap command on IA-64 RedHat measures the file size
in 32bit. Is there any hidden option that mkswap can create
the larger swap area/file ?
H.M.