- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 32 bit and 64 bit executables
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
09-26-2001 09:00 AM
09-26-2001 09:00 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 09:24 AM
09-26-2001 09:24 AM
Re: 32 bit and 64 bit executables
even on a 64bit HP-UX system will a 32bit
codefile NOT be able to address more than
3.75GB...
All 64bit processors are PA-RISC2 - so you
will want to have only those ;-)
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 10:42 PM
09-26-2001 10:42 PM
Re: 32 bit and 64 bit executables
32 bit has a limitation off 3.75Gb, however
a tool called Memory Windows which *may* be
able to help you. Have a look at the link to this document.
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3920-90091/B3920-90091_top.html&con=/hpux/onlinedocs/B3920-90091/00/00/63-con.html&toc=/hpux/onlinedocs/B3920-90091/00/00/63-toc.html&searchterms=memory%7cwindows&queryid=20010926-233830
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2001 11:11 PM
09-26-2001 11:11 PM
Re: 32 bit and 64 bit executables
Life will be a lot lot easier if you can compile your programs as 64bit (+DA2.0W) so you can address as much memory as you need. If you use 32bit you are going to have lots more difficulty configuring memory windows, setting bits on the binary (chatr) etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:37 AM
09-27-2001 02:37 AM
Re: 32 bit and 64 bit executables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 02:45 AM
09-27-2001 02:45 AM
SolutionYour last post was correct. It doenst just apply to shared memory though, even data space for your executable must be less than 2 GB as a 32bit program simply cant adress it, without recompiling it to 64bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 09:26 AM
09-27-2001 09:26 AM
Re: 32 bit and 64 bit executables
in addition to Stefan's reply: on HP-UX 11.11
(or 11i) the limit (with SHMEM_MAGIC/_EXEC
tricks) is about up to 3GB per 32bit process...
at least AFAIK...
Just my ?0.0,2
Wodisch