HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- add memory
Operating System - HP-UX
1836442
Members
3569
Online
110100
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-13-2004 11:42 AM
10-13-2004 11:42 AM
add memory
Hi
My question is if shmmax must be increased due to an increase of phys. memory of 3500 to 6500 Mb. If this is correct in what proportion i must increase.
Thanks for your help
shmmax actual = 1,073,741,824
My question is if shmmax must be increased due to an increase of phys. memory of 3500 to 6500 Mb. If this is correct in what proportion i must increase.
Thanks for your help
shmmax actual = 1,073,741,824
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 11:55 AM
10-13-2004 11:55 AM
Re: add memory
shmmax only limits the size of the INDIVIDUAL shared memory segments. That means any shared memory segment created in the system should be of size less than or equal to shmmax.
So, it is rather dependent on the application you have running on the system. Increasing the physical memory doesnt necessarily require increasing shmmax parameter.
Now that you have more memory available for use, you could consider increaring shmmax, if the shmget() calls by your application is failing due to the size limit.
So, it is rather dependent on the application you have running on the system. Increasing the physical memory doesnt necessarily require increasing shmmax parameter.
Now that you have more memory available for use, you could consider increaring shmmax, if the shmget() calls by your application is failing due to the size limit.
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 12:17 PM
10-13-2004 12:17 PM
Re: add memory
Hi,
If the OS is of 32bit or if your application is 32bit, there is no point increasing shmmax as you can't have a segment more than the size of a 32bit quadrant which is 1 GB.
If your application is 64bit, then you can probably increase it if it is required.
It's really your requirement not because there is more memory.
-Sri
If the OS is of 32bit or if your application is 32bit, there is no point increasing shmmax as you can't have a segment more than the size of a 32bit quadrant which is 1 GB.
If your application is 64bit, then you can probably increase it if it is required.
It's really your requirement not because there is more memory.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2004 12:33 PM
10-13-2004 12:33 PM
Re: add memory
I was taught that settings of shmmax greater than 25% of memory will be ignored.
Memory is defined as physical memory plus swap.
Oracle, apache and other apps are very hungry for shared memory and I generally max it out.
Within the limitations Sri presented you can increase shared memory two ways, by adding physical memory or by increasing swap.
You're doing the right thing, getting more bang for your buck.
SEP
Memory is defined as physical memory plus swap.
Oracle, apache and other apps are very hungry for shared memory and I generally max it out.
Within the limitations Sri presented you can increase shared memory two ways, by adding physical memory or by increasing swap.
You're doing the right thing, getting more bang for your buck.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP