HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- data size in ulimit
Operating System - HP-UX
1834707
Members
2566
Online
110069
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
10-13-2002 05:12 PM
10-13-2002 05:12 PM
data size in ulimit
Hi All,
We would like to modify the data size in ulimit to 1Gb and its default is only 500mb. This configuration is required by the application during installation. So we used ulimit -d 1000000 but it prompts us exceeding the limit. By the way we're using K class and hpux 11.00.
Is there a way to modify the data size in ulimit and why we can't adust it to 1Gb?
We would like to modify the data size in ulimit to 1Gb and its default is only 500mb. This configuration is required by the application during installation. So we used ulimit -d 1000000 but it prompts us exceeding the limit. By the way we're using K class and hpux 11.00.
Is there a way to modify the data size in ulimit and why we can't adust it to 1Gb?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 05:51 PM
10-13-2002 05:51 PM
Re: data size in ulimit
Have a look at these, regarding maxdsiz:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html
or
$ ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 65536 max determined by maxdsiz
stack(kbytes) 8192 max determined by maxssiz
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 60 max determined by maxfiles
Hard Limit Relevant Kernel Params
from http://www.faqs.org/faqs/hp/hpux-faq/section-142.html
live free or die
harry
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x170d6049dbb6d611abdb0090277a778c,00.html
or
$ ulimit -aS
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 65536 max determined by maxdsiz
stack(kbytes) 8192 max determined by maxssiz
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 60 max determined by maxfiles
Hard Limit Relevant Kernel Params
from http://www.faqs.org/faqs/hp/hpux-faq/section-142.html
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 05:54 PM
10-13-2002 05:54 PM
Re: data size in ulimit
Hi,
You have to change this in the kernel. The parameters you would have to change are maxdsize and maxdsiz_64bit. The only thing I'm not sure about is the maximum size allowed for these parameters.
--ETL
You have to change this in the kernel. The parameters you would have to change are maxdsize and maxdsiz_64bit. The only thing I'm not sure about is the maximum size allowed for these parameters.
--ETL
Evert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 05:57 PM
10-13-2002 05:57 PM
Re: data size in ulimit
Hi,
Have you tried modifying the /var/adm/cron/.proto file to resolve the ulimit warning.
Your /var/adm/cron/.proto file should contain this information:
# @(#) $Revision: 27.1 $
cd $d
if [ "$l" = "4194304" ]; then
ulimit unlimited
echo was number
else
ulimit $l
echo was unlimited
fi
ulimit
umask $m
$<
Thanks
Baldeo
Have you tried modifying the /var/adm/cron/.proto file to resolve the ulimit warning.
Your /var/adm/cron/.proto file should contain this information:
# @(#) $Revision: 27.1 $
cd $d
if [ "$l" = "4194304" ]; then
ulimit unlimited
echo was number
else
ulimit $l
echo was unlimited
fi
ulimit
umask $m
$<
Thanks
Baldeo
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