Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- maxssiz and maxssiz_64bit
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
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
- Email to a Friend
- Report Inappropriate Content
03-05-2008 09:17 AM
03-05-2008 09:17 AM
maxssiz and maxssiz_64bit
Hi,
Just got confused with following two tunables.
maxssiz and maxssiz_64bit.
If my system is running on 64bit processor, is
maxssiz irrelavant?
Just got confused with following two tunables.
maxssiz and maxssiz_64bit.
If my system is running on 64bit processor, is
maxssiz irrelavant?
- Tags:
- maxssiz
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-05-2008 09:37 AM
03-05-2008 09:37 AM
Re: maxssiz and maxssiz_64bit
No, maxssiz still applies to any processes that are still 32-bit, of which there are plenty.
HTH
Duncan
I am an HPE Employee
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-05-2008 04:28 PM
03-05-2008 04:28 PM
Re: maxssiz and maxssiz_64bit
... and in general don't go nuts on setting these guys to large values even in 64-bit land.
For 32-bit applications, 32MiB is sufficient and 64MiB is extremely generous. For 64-bit applications, 128MiB is more than generous. When a software developer requests a large stack that is almost a big red flag that you have purchased bad code. Well written code uses dynamically allocated memory that does not come from the stack. The stack should really only be used for local variables. Heavily recursive code might need larger stacks but the vast majority of code needs only a small stack (< 32MiB).
For 32-bit applications, 32MiB is sufficient and 64MiB is extremely generous. For 64-bit applications, 128MiB is more than generous. When a software developer requests a large stack that is almost a big red flag that you have purchased bad code. Well written code uses dynamically allocated memory that does not come from the stack. The stack should really only be used for local variables. Heavily recursive code might need larger stacks but the vast majority of code needs only a small stack (< 32MiB).
If it ain't broke, I can fix that.
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP