HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Asking again about performance of 64-bit applicat...
Operating System - HP-UX
1833046
Members
2609
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
07-31-2001 12:18 AM
07-31-2001 12:18 AM
Asking again about performance of 64-bit application.
Hi all, i have make an experiment to compare performance between 32-bit and 64-bit application. However, i found that 64-bit performance is 1% slower than 32-bit on large data sets that runs for more than 30 minutes. Is this correct? What else to look out for?
What i really means is.. is that realistic that performance of 64-bit application is not much different compare to 32-bit application? I means speed of application (involve arithmetic computing). Cause from what i read from 64-bit article is 64-bit application have much performance compare to 32-bit application.
For your information, application that i try is involve with many number crunching, or arithmetic computing.
Anyway, information below this is configuration parameters for my HP machine:
maxdsiz 3221225472
maxdsiz_64bit 1073741824
maxssiz 83570688
maxssiz_64bit 8388608
maxtsiz 67108864
maxtsiz_64bit 1073741824
shmem 1
shmmax 1073741824
sema 1
semaem 16384
semmap 66
semmni 64
semmns 128
semmnu 30
semume 30
semvmx 32767
How can i determine which setting should be suitable for 64-bit application? Like where can i refer to?
And lastly, is that 64-bit application didn't have much performance compare to 32-bit application if main function of application is to make arithmetic computing?
What i really means is.. is that realistic that performance of 64-bit application is not much different compare to 32-bit application? I means speed of application (involve arithmetic computing). Cause from what i read from 64-bit article is 64-bit application have much performance compare to 32-bit application.
For your information, application that i try is involve with many number crunching, or arithmetic computing.
Anyway, information below this is configuration parameters for my HP machine:
maxdsiz 3221225472
maxdsiz_64bit 1073741824
maxssiz 83570688
maxssiz_64bit 8388608
maxtsiz 67108864
maxtsiz_64bit 1073741824
shmem 1
shmmax 1073741824
sema 1
semaem 16384
semmap 66
semmni 64
semmns 128
semmnu 30
semume 30
semvmx 32767
How can i determine which setting should be suitable for 64-bit application? Like where can i refer to?
And lastly, is that 64-bit application didn't have much performance compare to 32-bit application if main function of application is to make arithmetic computing?
ck
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:43 AM
07-31-2001 12:43 AM
Re: Asking again about performance of 64-bit application.
You will newer find much differences in the performance of 32 and 64 bit systems.
You will benefit from a larger address space on 64 bit systems (big files , more memory etc.) and from faster internal io , but the CPU computations will not see a real diffrence on 64 bit.
You will benefit from a larger address space on 64 bit systems (big files , more memory etc.) and from faster internal io , but the CPU computations will not see a real diffrence on 64 bit.
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2001 12:48 AM
07-31-2001 12:48 AM
Re: Asking again about performance of 64-bit application.
Hi yck,
have a look in :
http://devresource.hp.com/STK/64concepts.html
You may review your kernel setting as follow :
maxdsiz 3 221 225 472 -> Very large !! 100663296
maxdsiz_64bit 1073741824
maxssiz 83570688
maxssiz_64bit 8388608
maxtsiz 67108864
maxtsiz_64bit 1073741824
shmem 1
shmmax 1073741824
sema 1
semaem 16384
semmap 66 -> 512
semmni 64 -> 512
semmns 128 -> 1024
semmnu 30 -> 128
semume 30
semvmx 32767
Magdi
have a look in :
http://devresource.hp.com/STK/64concepts.html
You may review your kernel setting as follow :
maxdsiz 3 221 225 472 -> Very large !! 100663296
maxdsiz_64bit 1073741824
maxssiz 83570688
maxssiz_64bit 8388608
maxtsiz 67108864
maxtsiz_64bit 1073741824
shmem 1
shmmax 1073741824
sema 1
semaem 16384
semmap 66 -> 512
semmni 64 -> 512
semmns 128 -> 1024
semmnu 30 -> 128
semume 30
semvmx 32767
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 08:00 AM
08-04-2001 08:00 AM
Re: Asking again about performance of 64-bit application.
Hello,
if you do NOT have the need of the bigger address
space, you should NOT compile your programs for 64bit.
But you should use the PA-RISC 2.0 instruction set - if
possible!
The reasons are
- 64bit instructions are bigger (64bit) and hence need
more bytes to be moved from RAM to CPU, eating more
space in the on-chip instruction cache
- PA-RISC 2.0 has an improved instruction set
HTH,
Wodisch
if you do NOT have the need of the bigger address
space, you should NOT compile your programs for 64bit.
But you should use the PA-RISC 2.0 instruction set - if
possible!
The reasons are
- 64bit instructions are bigger (64bit) and hence need
more bytes to be moved from RAM to CPU, eating more
space in the on-chip instruction cache
- PA-RISC 2.0 has an improved instruction set
HTH,
Wodisch
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP