- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- when will I hit the 32 bit limit?
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
06-28-2004 04:40 AM
06-28-2004 04:40 AM
when will I hit the 32 bit limit?
I am running Oracle database and apps (32 bit) on an N-class, hpux 11.0, w 5.5G RAM. I have no memory issues at this time, but will need to add another oracle database soon on this box. I have read about a 1.75GB limit of shared memory for 32 bit apps and dont quite understand which processes are subject to the limit. On an average day, the RAM util is about 4.8GB, almost all is used by oracle generated processes. The oracle SGA uses 1.46GB (shared pool+block buffers). How can I tell when I will be at the 32 bit limit? What are my best options when I get to the limit?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:48 AM
06-28-2004 04:48 AM
Re: when will I hit the 32 bit limit?
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:48 AM
06-28-2004 04:48 AM
Re: when will I hit the 32 bit limit?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90807/B3782-90807_top.html&con=/hpux/onlinedocs/B3782-90807/00/00/26-con.html&toc=/hpux/onlinedocs/B3782-90807/00/00/26-toc.html&searchterms=Windows%7cMemory&queryid=20040628-104343
Of course, the better answer is to migrate everything to 64-bit land and forget all this nonsense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 05:11 AM
06-28-2004 05:11 AM
Re: when will I hit the 32 bit limit?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 05:15 AM
06-28-2004 05:15 AM
Re: when will I hit the 32 bit limit?
Get a tool shminfo to which is what and how..
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 05:54 AM
06-28-2004 05:54 AM
Re: when will I hit the 32 bit limit?
IPC status from /dev/kmem as of Mon Jun 28 11:37:06 2004
T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME
Shared Memory:
m 0 0x411c0231 --rw-rw-rw- root root root root 0 348 519 519 18:24:47 18:24:47 18:24:40
m 1 0x4e0c0002 --rw-rw-rw- root root root root 2 31040 519 521 15:34:36 18:24:47 18:24:40
m 2 0x41200cec --rw-rw-rw- root root root root 2 8192 519 521 15:34:36 18:24:40 18:24:40
m 2563 0x331818a9 --rw------- root root root root 3 1129512 1346 10084 7:45:08 18:25:30 18:25:27
m 4 0x6d181758 --rw-rw-rw- root root root root 2 47120 1346 10084 7:45:08 no-entry 18:25:27
m 90117 0x0c6629c9 --rw-r----- root adm root adm 2 12917044 26281 29148 9:30:55 no-entry 8:33:54
m 6 0x06347849 --rw-rw-rw- root adm root adm 0 77384 1974 26281 8:33:54 8:33:54 18:27:16
m 519 0xffffffff --rw-r--rw- root adm root adm 0 22908 1969 1969 18:27:17 18:27:17 18:27:17
m 33800 0x00000000 --rw-r----- oracle8 dba oracle8 dba 547 1073741824 9825 18875 11:36:59 11:36:55 4:03:03
m 12297 0x77bde5c4 --rw-r----- oracle8 dba oracle8 dba 547 497016832 9825 18875 11:36:59 11:36:59 4:03:03
m 17418 0xa86e2b08 --rw-r----- oracle8 dba oracle8 dba 6 131379200 8378 13176 15:45:42 16:31:14 16:39:01
thanks