- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swap_memory
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
02-07-2006 06:24 AM
02-07-2006 06:24 AM
swap_memory
What is the maximum "maxswapchunks" i can increase in kernel parameter on 9000/800/rp8420. The Physical mem is 45gb. My current swap memory is 46gb. i need to increase to 88gb.Please help me.
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:32 AM
02-07-2006 06:32 AM
Re: swap_memory
The maximum kernel parameter for maxswapchunks is 16384.
See also
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080025377
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:34 AM
02-07-2006 06:34 AM
Re: swap_memory
The 'maxswapchunks' maximum value is 16384 chunks. A chunk is a 1KB block of swap. Hence, you may also need to raise 'swchunk' to be able to define a very large swap space. See:
http://docs.hp.com/en/TKP-90202/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:40 AM
02-07-2006 06:40 AM
Re: swap_memory
Note that the normal rules for swap setup do not apply to a system with so much memory. You may do fine with swap set to half of physical memory or equal to physical memory.
Setting it to 88 GB on a system that never pages or even reserves a fraction of that is a waste of disk space.
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
02-07-2006 06:46 AM
02-07-2006 06:46 AM
Re: swap_memory
Make sure you have the kernel parameter
swapmem_on=1
This allows you to use psuedoswap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:06 AM
02-07-2006 07:06 AM
Re: swap_memory
Yes, the output of the command sysdef shows that the max size can be 16384. But is there any dependency for increasing the maxswapchunks ?
Cheers
Indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:09 AM
02-07-2006 07:09 AM
Re: swap_memory
As others have mentioned, in your case you'll have to increase swchunk as well (since the default swchunk value plus the maximum of maxswapchunks only gets you to 32Gb of swap).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 09:48 AM
02-07-2006 09:48 AM
Re: swap_memory
Thanks a lot for ur suggestion.I need to modify the kernel parameter. Hope it will work fine.
Cheers
Indrajit