- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxdsiz connection
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
04-18-2006 08:29 AM
04-18-2006 08:29 AM
maxdsiz connection
This is about the ulimit command and we know that when you try to increse the value to unlimted it does not allow. But could someone explain why on 2 different boxes (both 11.11) and installed the same way the ulimit reports different values for stack, data and nofiles? since this is new installation for both the boxes what kernel value it refers to when reporting these values?
Now, if i bump up those values then would the ulimit values can be bumped up?
Please Advise
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:36 AM
04-18-2006 08:36 AM
Re: maxdsiz connection
The other gotcha is that the SMALLER of maxdsiz and maxdsiz_64bit determines the ulimit value. Normally, the _64bit values is always larger than its 32-bit counterpart but ...
The same rule also applies to maxssiz and its 64-bit cousin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:37 AM
04-18-2006 08:37 AM
Re: maxdsiz connection
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:40 AM
04-18-2006 08:40 AM
Re: maxdsiz connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:11 AM
04-18-2006 09:11 AM
Re: maxdsiz connection
If i try to increase ulimit -d it does not allow, however if i change it to 2000 and then come back and set to 2015464 it is accepted. so looks like 2015464 is the absolute maximum. My question is where does it get this value? is it the default value of maxdsiz_32? similarly for stack(maxssiz_32) and nofiles
kmtune|grep maxdsiz
maxdsiz 2063835136 - 2063835136
maxdsiz_64bit 4294967296 - 4294967296
# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2015464
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 419403
nofiles(descriptors) 1024
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:19 AM
04-18-2006 09:19 AM
Re: maxdsiz connection
That's not the default for maxdsiz (the default is 256Mb), so someone (or something in the Install process given that there are Environment tunable settings) set this value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:21 AM
04-18-2006 09:21 AM
Re: maxdsiz connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:35 AM
04-18-2006 09:35 AM
Re: maxdsiz connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 09:41 AM
04-18-2006 09:41 AM
Re: maxdsiz connection
Brian