HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ulimit error
Operating System - HP-UX
1833710
Members
2410
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-28-2007 10:48 PM
06-28-2007 10:48 PM
ulimit error
Hi,
I am getting follwoing error whilr running ulimit command. How we can proceed further.
I want to set it for unlimited.
gwh210d7 # ulimit -d
2097152
gwh210d7 # ulimit -d unlimited
sh: ulimit: The specified value exceeds the user's allowable limit.
gwh210d7 # ulimit -s
131072
gwh210d7 # ulimit -s unlimited
sh: ulimit: The specified value exceeds the user's allowable limit.
Please help me. How i can set these two values to unlimited.
Thanks & Regards,
Ravikant Bhagat.
I am getting follwoing error whilr running ulimit command. How we can proceed further.
I want to set it for unlimited.
gwh210d7 # ulimit -d
2097152
gwh210d7 # ulimit -d unlimited
sh: ulimit: The specified value exceeds the user's allowable limit.
gwh210d7 # ulimit -s
131072
gwh210d7 # ulimit -s unlimited
sh: ulimit: The specified value exceeds the user's allowable limit.
Please help me. How i can set these two values to unlimited.
Thanks & Regards,
Ravikant Bhagat.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 11:10 PM
06-28-2007 11:10 PM
Re: ulimit error
>How i can set these two values to unlimited.
You can't. The size of your data area is limited by the kernel parm maxdsiz. The size of your stack is limited by maxssiz.
The only useful purpose of ulimit is to tell you the value or to make them smaller! Unless you are root.
You can only increase maxdsiz to about 1 Gb, unless you link with -N. And if you want almost up to 4 Gb, you have to use chatr(1).
As far as the stacksize, increasing it will decrease maxdsiz, so you don't want to go crazy.
You can also exceed these limits by compiling for 64 bit mode. And making sure the *_64bit kernel parms are big enough.
You can't. The size of your data area is limited by the kernel parm maxdsiz. The size of your stack is limited by maxssiz.
The only useful purpose of ulimit is to tell you the value or to make them smaller! Unless you are root.
You can only increase maxdsiz to about 1 Gb, unless you link with -N. And if you want almost up to 4 Gb, you have to use chatr(1).
As far as the stacksize, increasing it will decrease maxdsiz, so you don't want to go crazy.
You can also exceed these limits by compiling for 64 bit mode. And making sure the *_64bit kernel parms are big enough.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP