1836309 Members
2216 Online
110099 Solutions
New Discussion

File limit

 
SupraTeam
Advisor

File limit

Hello,
Do you know the kernel parameter to define the limit of a file in hp 11.11 ?

Regards
7 REPLIES 7
Geoff Wild
Honored Contributor

Re: File limit

What kind of limit? Size? no such kernel parameter...

Do you mean ulimit?

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steve Steel
Honored Contributor

Re: File limit

Hi


For users
ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 97656
stack(kbytes) 10740
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 120


For filesystems - see man fsadm largefiles


Kernel see
http://docs.hp.com/en/TKP-90203/index.html


Steve Steel


If you want truly to understand something, try to change it. (Kurt Lewin)
SupraTeam
Advisor

Re: File limit

Yes a max size for a file
Geoff Wild
Honored Contributor

Re: File limit

Max file size is a limit of the OS and the file system.

2GB for file systems without the large files option set, 2TB or something like that for those with.

man fsadm for more info

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Victor BERRIDGE
Honored Contributor

Re: File limit

In the kernel?
Not that I can think of
But if your having an issue du to size its more specifically the way you creted the file system, did you activate or enable largefiles? which removes the 2GB limitations


All the best
Victor
SupraTeam
Advisor

Re: File limit

Thanks Geoff
SupraTeam
Advisor

Re: File limit

Thanks all.
Geoff find my solution

Regards