- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- shmmax increase
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-12-2005 02:46 AM
01-12-2005 02:46 AM
shmmax increase
The shmmax value is 1073741824.
how can i tune this parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 02:54 AM
01-12-2005 02:54 AM
Re: shmmax increase
try kmtune command.
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 02:57 AM
01-12-2005 02:57 AM
Re: shmmax increase
http://docs.hp.com/en/5990-8172/ch03s09.html#cjacdbcg
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 02:57 AM
01-12-2005 02:57 AM
Re: shmmax increase
Memory is defined as swap plus ram. If you exceed that figure it will be ignored by the system.
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-12-2005 03:01 AM
01-12-2005 03:01 AM
Re: shmmax increase
Please refer to this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=773637
Anyway, when tune this parameter, it depend on the application is running on your system...
To tune it just do:
+kmtune -s shmmax=
+/usr/lbin/sysadmin/system_prep -s system
+mk_kernel -s system
+kmpudate
And then copy /stand/vmunux to vumunix.bak
Then copy the new one to vmunux
shutdown -ry
Hope this helps
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 03:05 AM
01-12-2005 03:05 AM
Re: shmmax increase
http://docs.hp.com/en/B2355-60105/shmmax.5.html
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 05:52 AM
01-13-2005 05:52 AM
Re: shmmax increase
are you sure of what you said?
AFAIK, shmmax is just a barrier to prevent somebody from eating up all memory.
It can be set far above total memory on the system.
++Cyrille
# kmtune -u -s shmmax=0xFFFFFFFFF
The kernel's value of shmmax has been set to 68719476735 (0xfffffffff).
# swapinfo -mt
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
reserve - 4096 -4096
memory 6666 5812 854 87%
total 10762 9908 854 92% - 0 -
# kmtune | grep shmmax
shmmax 0xfffffffff Y 0xFFFFFFFFF