- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: shmmax
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
05-23-2002 03:44 AM
05-23-2002 03:44 AM
shmmax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 03:49 AM
05-23-2002 03:49 AM
Re: shmmax
Check this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcb2fc7f6c54cd61190010090279cd0f9,00.html
Hope this helps,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 03:49 AM
05-23-2002 03:49 AM
Re: shmmax
Are you running 11.00 in 32 bit mode or 64 bit mode?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 03:50 AM
05-23-2002 03:50 AM
Re: shmmax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 03:59 AM
05-23-2002 03:59 AM
Re: shmmax
Actually, there's lots of threads about shmmax - that was just the first I saw that looked like it addressed your situation. You might want to try a forums search with something like +shmmax +oracle +32bit and peruse the results.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 04:22 AM
05-23-2002 04:22 AM
Re: shmmax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 04:37 AM
05-23-2002 04:37 AM
Re: shmmax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 04:51 AM
05-23-2002 04:51 AM
Re: shmmax
Not only is there a 1Gb limit but the shared memory area is also shared with many other items such as shared libraries and other programs. the 32bit memory map allows for only one shared memory map so it will eventually become fragmented and you may not even succeed with a 500meg segment.
The only workaround is memory windows in which separate 32bit spaces are created in separate maps, thus avoiding fragmentation from other usage in the default space. You should get a copy of shminfo so you (and your DBAs) can see the fragmentation:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/shminfo/
Be sure to fix your copy of Internet Explorer so it does *NOT* display folders using ftp (well-known bug), or just use plain old ftp to pull down the files.
HOWEVER: 640megs is seriously too small to run Oracle unless you (and your users) have a lot of spare time on their hands. Virtually everything that Oracle will want to do will require swapping, about a 100:1 to 1000:1 performance penalty. You should start with 2000megs and really look at 4000megs, especially when you decide to change the opsystem to a 64bit kernel.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 06:08 AM
05-23-2002 06:08 AM
Re: shmmax
Oracle recommends the kernel maximum(they assume you maxed system to run Oracle I guess), which will not apply in your case.
While there is no harm in making it bigger because you can only allocate what the system has, I always try to retain 20% for other processes.
Regards,
Shannon