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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-22-2004 07:14 PM
тАО07-22-2004 07:14 PM
ulimit
Building a replacement server and am trying to duplicate stack size of the old one using the ulimit command raising both soft and hard limits from 8192 to 131072
No problem raising the hard limit but when I try to raise soft limit I get the following:
# ulimit -Ss 131072
sh: ulimit: The specified value exceeds the user's allowable limit.
I have tride raising the hard limit to a higher number first but I still get the same message. Is there some other parameter I have to raise first before I can do this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 07:18 PM
тАО07-22-2004 07:18 PM
Re: ulimit
Your syntax should be
# ulimit -s 131072
I hope it could be typo also.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 07:23 PM
тАО07-22-2004 07:23 PM
Re: ulimit
ulimit -s 131072
sh: ulimit: The specified value exceeds the user's allowable limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 07:31 PM
тАО07-22-2004 07:31 PM
Re: ulimit
" The maximum stack size is effectively limited by the virtual memory and pagefile size available to the user."
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 08:14 PM
тАО07-22-2004 08:14 PM
Re: ulimit
Have look at this kernel parameter.
"vps_pagesize"
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 03:58 PM
тАО07-27-2004 03:58 PM
Re: ulimit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 07:31 PM
тАО07-27-2004 07:31 PM
Re: ulimit
Increase the range in /usr/conf/master.d/core-hpux file
Regards
Sajeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 10:35 PM
тАО07-27-2004 10:35 PM
Re: ulimit
maxssiz 0x8000000 0x08000000 Immed
maxssiz_64bit 0x40000000 0x40000000 Immed
pa_maxssiz_32bit 83648512 Default
pa_maxssiz_64bit 536870912 Default
If you use IA 32 then tune it maxssiz or maxssiz_64bit(64 bit IA) application. Same as to PA-RISC.
I have tested it as,
kctune maxssiz
Tunable Value Expression Changes
maxssiz 0x17e00000 0x17e00000 Immed
If you lookin to the ulimit -Ss ,it will show as,
ulimit -Hs
391168
ulimit -Ss
391168
You have to use kctune (11.22 >= ) versions. In less versions you may be in-need to recompile the kernel.
Note:: I have tested it on 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2004 10:44 PM
тАО07-27-2004 10:44 PM
Re: ulimit
Your system's will be as like,
kctune maxssiz
Tunable Value Expression Changes
maxssiz 0x8000000 0x08000000 Immed
ulimit -Ss and ulimit -Hs
131072
If you use 11.22 > versions, you have to use kmtune and recompile of kernel.
Else, use kctune to tune it. It will be upgraded at once.