- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maximum of shared 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
01-26-2006 04:34 AM
01-26-2006 04:34 AM
Is there a limition on shared memory shmmax
ive had learn that the maximum amount is approx 1,75 gb for the shmmax kernel parm. I would like to have that comfirmed or denied as i have a problem with an applikation and my vendor fist told me to increase the shmmax to 4gb and the shmmni from 1024 to 2048. After that the amount of crashes increased.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 04:39 AM
01-26-2006 04:39 AM
Solutionshmmax maximum usable value is 25% of memory.
HP-UX defines memory as RAM plus swap.
Any figure higher than that will be ignored by the OS.
Example
6 GB memory with 6 GB swap.
12 GB memory by HP-UX rules
shmmax is 4 GB.
You can set it higher but the OS will ignore it. Certain oracle products require that shmmax be set to RAM total. This is oracle bs, the OS ignores it just like it would for any other reason.
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
01-26-2006 04:45 AM
01-26-2006 04:45 AM
Re: maximum of shared memory
You should really look into memory windows because that way each group of related 32-bit processes gets their own 4GB address space.
http://docs.hp.com/en/5187-0172/ch10s05.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 09:34 PM
01-26-2006 09:34 PM
Re: maximum of shared memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 11:55 PM
01-26-2006 11:55 PM
Re: maximum of shared memory
You can read this thread for more information and good materials,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=995788
-Arun