- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: quick ques on swap
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:02 AM
12-26-2002 07:02 AM
quick ques on swap
also, i have 16gb of RAM, but only 10gig of swap. I think i should be okay, but that's about all the disk i have. any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:05 AM
12-26-2002 07:05 AM
Re: quick ques on swap
/dev/vg07/lvol2 ... swap pri=1 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:15 AM
12-26-2002 07:15 AM
Re: quick ques on swap
The amount of swap you configure really depends on the applications you are running and how much memory they reserve. Just keep an eye on your swap usage and see how it runs. That will be your best indicator as to how much swap you really need.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:18 AM
12-26-2002 07:18 AM
Re: quick ques on swap
The entry should look like this :
/dev/vg00/swap2 ... swap pri=0 0 0
/dev/vg00/lvol9 ... swap pri=0 0 0
you can use sam to add swap if in case you are not sure of the entry to be made in /etc/fstab . Also the size is ample .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:22 AM
12-26-2002 07:22 AM
Re: quick ques on swap
I would add the following entry
/dev/vg01/swap2 ... swap pri=0 0 0
Above makes the priority to 0 so that this swap area is used first as the default priority of primary swap is 1. Most of the times, we would not want primary swap to be used as it will impact the root disk.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 07:35 AM
12-26-2002 07:35 AM
Re: quick ques on swap
the entry in /etc/fstab should look like
/dev/vg01/swap2 ... swap pri=0 0 0
if you want this to be primary swap. for secondary swap entry must look like
/dev/vg01/swap2 ... swap pri=1 0 0
swap that you have(10GB) should be ok for any application