HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SBRK value-
Operating System - HP-UX
1838653
Members
3845
Online
110128
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
Go to solution
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
03-27-2006 07:18 PM
03-27-2006 07:18 PM
Dear all,
I am trying to start a CAD application, but I am ending up with error stating;
current sbrk value = 0x404000 and increase to
Maximum sbrk value = 0x7A000000
How to increase the sbrk value, I am having HP-UX 11.11i c8000 Workstation.
Thanks in advance.
Regards
Yajuvendra Singh
I am trying to start a CAD application, but I am ending up with error stating;
current sbrk value = 0x404000 and increase to
Maximum sbrk value = 0x7A000000
How to increase the sbrk value, I am having HP-UX 11.11i c8000 Workstation.
Thanks in advance.
Regards
Yajuvendra Singh
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 07:24 PM
03-27-2006 07:24 PM
Solution
You have to tune maxdsiz and maxdsiz_64bit kernel tunable parameters.
# kmtune -q maxdsiz_64bit
# kmtune -q maxdsiz
will give available data. You have to tune with kmtune or sam.
http://docs.hp.com/en/B3921-90010/maxdsiz.5.html
Read that page.
--
Muthu
# kmtune -q maxdsiz_64bit
# kmtune -q maxdsiz
will give available data. You have to tune with kmtune or sam.
http://docs.hp.com/en/B3921-90010/maxdsiz.5.html
Read that page.
--
Muthu
Easy to suggest when don't know about the problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 08:15 PM
03-27-2006 08:15 PM
Re: SBRK value-
Hi,
The sbrk value relates to size of data segment available to a process.
http://www.scit.wlv.ac.uk/cgi-bin/mansec?2+sbrk
You can check the current kernel parameter as mentioned above and for your session by ulimit -a ( The data field will show you your currrent size - I guess it is currently 64 KB)
You can change the maxdsiz or maxdsiz_64 bit depending whether the program you are using is 32-bit or 64-bit respectively.
You can change through SAM which is the easiest and safest method.
Also I guess the maxdsiz kernel parameter can be dynamically changed (no reboot required) for HP-UX 11.11.
Hope this helps,
Ninad
The sbrk value relates to size of data segment available to a process.
http://www.scit.wlv.ac.uk/cgi-bin/mansec?2+sbrk
You can check the current kernel parameter as mentioned above and for your session by ulimit -a ( The data field will show you your currrent size - I guess it is currently 64 KB)
You can change the maxdsiz or maxdsiz_64 bit depending whether the program you are using is 32-bit or 64-bit respectively.
You can change through SAM which is the easiest and safest method.
Also I guess the maxdsiz kernel parameter can be dynamically changed (no reboot required) for HP-UX 11.11.
Hope this helps,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 02:28 AM
03-28-2006 02:28 AM
Re: SBRK value-
No, maxtsiz is dynamic in 11.11 - maxdsiz (and maxssiz) became dynamic in 11.22 and subsequent releases. For 11.11, you'll still have to reboot to have changes to maxdsiz take effect.
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