- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: maxssize Syntax
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-06-2007 10:04 PM
09-06-2007 10:04 PM
maxssize Syntax
please let me know how to set the maxssize at user level or is it advisable to change it at kernel level??
read in a HP doc tht its better to define maxssize in the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 10:35 PM
09-06-2007 10:35 PM
Re: maxssize Syntax
maxssiz is a kernel parameter. It can not be set by a user, only root.
kctune to see if root can set it dynamically.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 10:54 PM
09-06-2007 10:54 PM
Re: maxssize Syntax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:10 PM
09-06-2007 11:10 PM
Re: maxssize Syntax
http://docs.hp.com/en/B2355-60105/maxssiz.5.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:18 PM
09-06-2007 11:18 PM
Re: maxssize Syntax
A said in above entries, they can only be set at system level by root.
The more inmportant question is : why do you want to change it ? Did you receive application errors, or software documentation to increase the parameter ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:44 PM
09-06-2007 11:44 PM
Re: maxssize Syntax
reason for changing: one day suddenly the application we are running on that server crashed for no reason and wont come up coz stack size is less.would reboot of the server help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:56 PM
09-06-2007 11:56 PM
Re: maxssize Syntax
It doesn't hurt to increase maxssiz or maxssiz64 (but don't increase too much, ad 25% or so), but you should find the cause of the problem : Why does it suddenly need more stack size while it has been running fine for so long ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 02:20 AM
09-07-2007 02:20 AM
Re: maxssize Syntax
One major drawback to a larger stack size -- especially for 32-bit applications -- is that the stack and data segment are allocated from the same quadrant. This means that however large you make maxssiz, you reduce the data segment by that much -- even if the run-time stack never approaches the limit.