- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stack size
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-24-2008 02:43 AM
09-24-2008 02:43 AM
stack size
We need to increase stack size value from 98MB to 300MB in our hp unix 11.11 server.pls find the ulimit output
#ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 3145728
stack(kbytes) 98252
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048
when i tried to incrase stack value from 98 MB to 300MB, i am getting the following error.
#ulimit -s 307200
sh: ulimit: The specified value exceeds the user's allowable limit.
Pls find the kernel parameter values.
kernel parameter values:
maxssiz 100610048 - 100610048
maxssiz_64bit 1073741824 - 1073741824
Pls give me the procedure for this case.
Regards,
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 03:00 AM
09-24-2008 03:00 AM
Re: stack size
See more here - http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1025683
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 03:56 AM
09-24-2008 03:56 AM
Re: stack size
You can actually increase these values and create a new kernel using SAM. The fact that you must ask these questions is a rather strong indication that perhaps you shouldn't be the person doing them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:45 PM
09-24-2008 07:45 PM
Re: stack size
Please give me the maxssiz value for our requirement.
Our current maxssize values
maxssiz 0x5ff3000 0x5ff3000
maxssiz_64bit 0x40000000 0x40000000
Regards,
Suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 07:57 PM
09-24-2008 07:57 PM
Re: stack size
Because these are static parameter.
#kmtune -s maxssiz=newvalue
#kmtune -s maxssiz_64bit=newvalue
#./mk_kernel
#kmupdate
#shutdown -r -y 0
# kmtune -q maxssiz
For Integrity server you need to used kctune
Best way to do this changes is SAM
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2008 08:52 PM
09-24-2008 08:52 PM