- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change value to unlimited by ulimit command
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-05-2003 09:51 PM
04-05-2003 09:51 PM
change value to unlimited by ulimit command
$ /usr/bin/ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576 -----> can we set this to unlimited
stack(kbytes) 131072
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 1500
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 10:24 PM
04-05-2003 10:24 PM
Re: change value to unlimited by ulimit command
The data(kbytes) 1048576 determined by maxdsiz. You will have to change maxdsiz kernel parameter which will require rebuilding the kernel and reboot the machine.
Hope this help.
Thanks and good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 06:14 AM
04-06-2003 06:14 AM
Re: change value to unlimited by ulimit command
ulimit -d --> maxdsiz
ulimit -s --> maxssiz
ulimit -n --> maxfiles
Here are some links about tuning kernel parameters.
http://www.docs.hp.com//hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
Finally, if you switch to the POSIX shell then by default ulimit is unlimited, per user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2003 06:24 AM
04-06-2003 06:24 AM
Re: change value to unlimited by ulimit command
Here's mine.
[5009#] ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2015464
stack(kbytes) 131072
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 4096
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
04-06-2003 06:29 AM
04-06-2003 06:29 AM
Re: change value to unlimited by ulimit command
Bill Hassell, sysadmin