HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shared memory size/segaments
Operating System - HP-UX
1833352
Members
2593
Online
110051
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-20-2006 12:39 AM
10-20-2006 12:39 AM
shared memory size/segaments
What is shared memory segaments? Where and what is this for? How does changing this parameter affect the system?
RP7410, HPUX 11.i, 4 gig of memory
RP7410, HPUX 11.i, 4 gig of memory
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 12:56 AM
10-20-2006 12:56 AM
Re: shared memory size/segaments
Hi Jeff:
Shared memory is a form of interprocess communication. The idea is to allow two or more processes to pass data by referencing a segment of common physical memory.
The HP-UX kernel has various paramters to control the size and number of segments allocatable. The manpages document the constraints associated with each.
Shared memory is used heavily by databases.
Various system calls (beginning with "shm") are used to manipulate shared memory. The manpages codument these too.
Regards!
...JRF...
Shared memory is a form of interprocess communication. The idea is to allow two or more processes to pass data by referencing a segment of common physical memory.
The HP-UX kernel has various paramters to control the size and number of segments allocatable. The manpages document the constraints associated with each.
Shared memory is used heavily by databases.
Various system calls (beginning with "shm") are used to manipulate shared memory. The manpages codument these too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 02:13 AM
10-20-2006 02:13 AM
Re: shared memory size/segaments
Hi (again) Jeff:
Remember that most kernel parameters are fences. That is, one wants to provide some limit (often on a per-user or per-process basis) to the consumption of a finite resource (e.g. memory).
That said, it is somewhat difficult to generalize an answer to your gestino of "how does changing this paramter affect the system".
Which paramter --- shmmax, shmmni, shmseg?
Have a look at this document's discussion of these:
http://docs.hp.com/en/TKP-90202/TKP-90202.pdf
Regards!
...JRF...
Remember that most kernel parameters are fences. That is, one wants to provide some limit (often on a per-user or per-process basis) to the consumption of a finite resource (e.g. memory).
That said, it is somewhat difficult to generalize an answer to your gestino of "how does changing this paramter affect the system".
Which paramter --- shmmax, shmmni, shmseg?
Have a look at this document's discussion of these:
http://docs.hp.com/en/TKP-90202/TKP-90202.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2006 06:22 AM
10-20-2006 06:22 AM
Re: shared memory size/segaments
It is important to understand how the processes on your system work. Shared memory requires extensive programming techniques to make it all work. If your programs do not communicate with shared memory, then it is only of academic interest what shared memory does. One program in HP-UX that uses shared memory is fbackup so that multiple reader programs can gather data very quickly. The actual number do not affect HP-UX at all -- they just provide limits and table spaces for programs that might use shared memory.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
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