HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- share mem
Operating System - Linux
1829160
Members
15338
Online
109986
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
01-22-2002 11:06 AM
01-22-2002 11:06 AM
share mem
All,
Could someone explains what share mem is? How does oracle uses it? what affect does it have on my system's free mem, if I have 2Gb of phys. memory and my shmmax is to 3Gb? Thanks.
Could someone explains what share mem is? How does oracle uses it? what affect does it have on my system's free mem, if I have 2Gb of phys. memory and my shmmax is to 3Gb? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 11:30 AM
01-22-2002 11:30 AM
Re: share mem
As I understand it you can increase shmmax to whatever value you want. It just sets the maximum that can be used for a single contiguous lump of memory. Usually you would set it to your physical memory size minus kernel requirement and a bit reserved
for programs.
Hope this helps.
for programs.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2002 06:48 AM
02-22-2002 06:48 AM
Re: share mem
Hello,
What Jeffrey states is correct, you can set it to just about anything.
Shared memory segments are allocated by the shmget() function call, and typically this function is called directly by applications like Oracle.
ipcs -m will show shared memory usage.
Shared memory under Linux is no different from System V IPC shared memory found
in most other Unix systems. I would recommend reading
"Advanced UNIX Programming" to get to know how to use shared memory.
Alternative, read linux man pages for shmget, shmctl and shmat.
What Jeffrey states is correct, you can set it to just about anything.
Shared memory segments are allocated by the shmget() function call, and typically this function is called directly by applications like Oracle.
ipcs -m will show shared memory usage.
Shared memory under Linux is no different from System V IPC shared memory found
in most other Unix systems. I would recommend reading
"Advanced UNIX Programming" to get to know how to use shared memory.
Alternative, read linux man pages for shmget, shmctl and shmat.
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