- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: virtual memory rule
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
07-07-2005 11:20 PM
07-07-2005 11:20 PM
virtual memory rule
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2005 12:20 PM
07-08-2005 12:20 PM
Re: virtual memory rule
that value is significant (>10-15 or so) for more than a few minutes then you really need more physical memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2005 12:25 PM
07-08-2005 12:25 PM
Re: virtual memory rule
"Typically, unless the amount of physical memory on your system is extremely large, the minimum amount of swap space should equal the amount of physical memory on the system. In general, make swap space to be roughly two to four times your physical memory."
Normally in our env we follow general swap rule for physical memory upto 8GB. Above that we keep swap same as physical mem and ensures swap_mem_on is set to 1.
But lot of things depends on application too.
following link may be helpful:
http://docs.hp.com/en/5990-8172/ch06s03.html
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 10:13 PM
07-09-2005 10:13 PM
Re: virtual memory rule
1:2 rule for swap is not strigent, but preferred, since system needs to dump full contents of memory to disk in case of crash. For higher memory say 8Gb or above we may keep swap size same as memory but since disk per Mb cost is cheaper nowadays so 1:2 rule may be preferred.
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 11:17 AM
07-10-2005 11:17 AM
Re: virtual memory rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:54 PM
07-10-2005 10:54 PM
Re: virtual memory rule
NOTE: Several commercial packages such as SAP will require MASSIVE swap space, perhaps 16-32Gb, but ONLY during installation. Once installed, the swap space can be returned to other uses. The useful command is swapon which adds swap space but only until the next reboot. To keep swap space permenently assigned, add the swap line to /etc/fstab.
Bill Hassell, sysadmin