1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Remove invalid statement about the maximum number of swap drives.

PR:		docs/55276
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
This commit is contained in:
Hiten Pandya 2003-09-14 23:44:55 +00:00
parent b654922dc1
commit 6acbe3f2fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120077

View File

@ -45,8 +45,7 @@ to inefficiencies in the VM page scanning code as well as create issues
later on if you add more memory to your machine.
Finally, on larger systems
with multiple SCSI disks (or multiple IDE disks operating on different
controllers), we strongly recommend that you configure swap on each drive
(up to four drives).
controllers), we strongly recommend that you configure swap on each drive.
The swap partitions on the drives should be approximately the same size.
The kernel can handle arbitrary sizes but
internal data structures scale to 4 times the largest swap partition.