Bug 7209
Summary: | 2nd Swap parition | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jeff Shao <shaoj> |
Component: | installer | Assignee: | Matt Wilson <msw> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | drdisk |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | sparc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-22 17:27:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeff Shao
1999-11-21 19:04:32 UTC
Is there any reason that you are creating multiple swap partitions? With the introduction of the 2.2.x series of kernels, swap partitions up to 2G are supported without any trouble. I will forward this problem with the creation of multiple swap partitions to a developer for further action. I have two HDs, and low memory on the Sparc classic, it make more sense to have two swap area, one per hd so it will use both drive instead all hitting one single drive. It certainly makes sense to specify more than one swap partition. 1. Total Size of swap area (I know 2.2.x lifted the 128MB barrier) 2. Load balancing. When you add N swap areas (possibly on different disks which are connected to different buses) with the same priority you get a RAID-0 (striping) like behaviour (-> increased bandwith) as the kernel uses these areas in parallel. This issue is resolved in the latest installer (available in beta) |