- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- max swap is only 32 gig?
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
06-26-2004 08:27 AM
06-26-2004 08:27 AM
However... according to SAM, the max swap is only 32 gig (swapchunks = 16384). Is this a bug? Or does it actually make sense to allow 4 TB of RAM, but limit swap to 32 gig?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 09:12 AM
06-26-2004 09:12 AM
Re: max swap is only 32 gig?
the limit to maxswapchunks is 16384. The default swchunk value is 2048k. So, the total swap if you do not alter swchunk value would be 32GB. But you can change swchunk value to more than 2048 if you need more swap.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2004 05:59 PM
06-26-2004 05:59 PM
Re: max swap is only 32 gig?
You need to enable swap_mem in kernel, thats it.
I don't think HP needs crash dump of 32G.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 02:32 AM
06-27-2004 02:32 AM
Re: max swap is only 32 gig?
Thats opinion.
The last OS install I did made clear that the minimum amount of swap required is half RAM.
So you seem to have pointed out a discrepency.
I think what people with big superdomes do is have smaller virutal machines, via vpars or some of those nice superdome tools. Then each virtual machine has so much memory, so much swap.
Just my penny and a half.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 09:17 PM
06-27-2004 09:17 PM
SolutionIn HP-UX allocated RAM needs to be reserved (not used!) in swapspace in case it needs to be swapped out later.
Therefore you need swapspace even it is not used any time.
As far as I understood it's necessary to have
at least the amount of RAM as "reservable" to be able to use all RAM.
That means that the swap space + pseudo swap (swapmem_on=1) has to be equal or greater the amount of installed RAM.
So you don't need twice the RAM as swapspace but half is not enough... In my opinion RAM = swapspace (+ swapmem_on=1) should do the job.
There is a memory management whitepaper that describes this behavior in detail. I don't remember the location but it's somewhere in the knowledge base.
Hope this helps,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 11:48 PM
06-27-2004 11:48 PM