- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Shared Memory Question
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
04-15-2003 12:54 AM
04-15-2003 12:54 AM
Shared Memory Question
Can I see the "value" of my shared memory, and I can change it?
Please help.
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:57 AM
04-15-2003 12:57 AM
Re: Shared Memory Question
/usr/sbin/kmtune | grep shmmax
shows the value of your shared memory. And you can change it by modifying this value in the kernel, then rebooting to make it active. You can use SAM to do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 01:45 AM
04-15-2003 01:45 AM
Re: Shared Memory Question
My shmmax parameters is:
0x160000000 (5905580032)
and I have 6GB of physical memory.
What are the maximum value that I can assigned to this parameter?
Hello
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 02:02 AM
04-15-2003 02:02 AM
Re: Shared Memory Question
shmmax(5) shmmax(5)
Tunable Kernel Parameters
NAME
shmmax - maximum size (in bytes) for a System V shared memory segment
VALUES
Default
0X4000000
Allowed values
Minimum: 2048
Maximum: 0X4000000 for a 32 bit kernel,
and 0x40000000000 for a 64 bit kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 02:10 AM
04-15-2003 02:10 AM
Re: Shared Memory Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 03:00 AM
04-15-2003 03:00 AM
Re: Shared Memory Question
I can see the virtual memory that the system now utilized?
I try to execute top and I see:
Memory: 6539432K (1973508K) real, 11655124K (5637824K) virtual, 54119436K free Page# 1/1357
and shmmax set to 5905580032 (0x160000000)
Help me please
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 03:12 AM
04-15-2003 03:12 AM
Re: Shared Memory Question
There have been several posts about this question and the severe limitations imposed on 32bit applications. Simply put, there is a single map for all 32bit applications and it contains memory mapped files, shared libraries and shared memory segments used by other programs. It can get fragmented (due to stop/restart of programs) such that a large single section of RAM is no longer available. The only fix is a reboot, or use memory windows (for 11.0 and 11i, assuming you have lots of RAM like 4Gb or more).
To see the fragmentation, use shminfo from: ftp://hprc.external.hp.com/sysadmin/programs/shminfo/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 04:37 AM
04-15-2003 04:37 AM
Re: Shared Memory Question
How do I download "shminfo"? This server doesn't seem to take anonymous ftp from MS Internet Explorer.
Stuart
ftp://hprc.external.hp.com/sysadmin/programs/shminfo/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 10:14 AM
04-15-2003 10:14 AM
Re: Shared Memory Question
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 01:58 PM
04-15-2003 01:58 PM
Re: Shared Memory Question
Note also that IE 5 and higher has had a very bad bug where folder views cause ftp to hang. Just go into Tools->Internet options->Advanced and turn off folder views for FTP (a waste of screen space anyways):
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/
Bill Hassell, sysadmin