Operating System - HP-UX
1830820 Members
2720 Online
110016 Solutions
New Discussion

HP11i ulimit -d unlimited : ksh : exceed allowable limit

 
Richeux Eric
Occasional Contributor

HP11i ulimit -d unlimited : ksh : exceed allowable limit

I have the following problem on HP11i December 2003:

# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 4096000
stack(kbytes) 98252
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048

I want to see the data unlimited, so i run
ulimit -d unlimited
then i get the message:
sh: ulimit: The specified value exceeds the user's allowable limit.

Any ideas?

Thanks for your help
3 REPLIES 3
RAC_1
Honored Contributor

Re: HP11i ulimit -d unlimited : ksh : exceed allowable limit

Exceeding kernel tunable - maxdsiz/maxdsiz_64bit??
There is no substitute to HARDWORK
Richeux Eric
Occasional Contributor

Re: HP11i ulimit -d unlimited : ksh : exceed allowable limit

Kernel values are the followings:

maxdsiz 4294963200
maxdsiz_64bit 4390000000000
maxtsiz 0X20000000
maxtsiz_64bit 4294967296
RAC_1
Honored Contributor

Re: HP11i ulimit -d unlimited : ksh : exceed allowable limit

Try setting it to 4294963200 or bit less.
Does it work??
There is no substitute to HARDWORK