- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ulimit settings
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
11-18-2007 05:15 PM
11-18-2007 05:15 PM
I have checked the 'maxdsiz_64bit' & 'maxssiz_64bit' Kerenel Parameters both tunables are showing limit in Value.
Manoj K
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 06:43 PM
11-18-2007 06:43 PM
Re: ulimit settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 09:56 PM
11-18-2007 09:56 PM
SolutionAs mentioned by Dennis, even if you set the ulimit to "unlimited", you are still limited by the system wide limits maxdsiz,maxdsiz_64bit etc and you cannot go beyond them.
For 11.23 the defaults ( 32bit - 1gb and 64bit - 4gb) should be enough for most applications. Check if you application is 32bit or 64bit
For 32bit the range is 256 KB - 4 GB
For 64bit the range is 256 KB - 4 TB
you may want to change this only if you are getting an ENOMEM error when exec(2) ....
check man maxdsiz or man 5 maxdsiz for details.
Thanks
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 12:36 AM
11-19-2007 12:36 AM
Re: ulimit settings
My server is 64 bit Itanium (rx7640). My core banking application is running on this system and they want the ulimit to be unlimited for 'stack' and 'data'.If i am making maxdsiz,maxdsiz_64bit to 4GB , will am able to make the ulimit value unlimited.
Manoj K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 03:03 AM
11-19-2007 03:03 AM
Re: ulimit settings
Anyone using over 80 Mb or so for stack should have their heads examined. (Unless using F90.)
Is this a 64 bit app?
>If I am making maxdsiz, maxdsiz_64bit to 4GB, will am able to make the ulimit value unlimited.
4GB isn't large at all for a 64 bit app.
Basically if you don't set ulimit, it is only limited by the kernel parms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 09:17 PM
03-04-2008 09:17 PM
Re: ulimit settings
Manoj K