Operating System - HP-UX
1835257 Members
2603 Online
110078 Solutions
New Discussion

Re: correlation between physical RAM and file descriptors

 
nagaraja challa
Occasional Contributor

correlation between physical RAM and file descriptors

Hi All,

I need a information regarding correlation between physical RAM and file descriptors ( which will depends on maxfiles kernal paramer)

Thanks & Regards

Nagaraja Challa
4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: correlation between physical RAM and file descriptors

maxfiles number of files a process is allowed to have open at any given time. It is not related with RAM.

--
Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: correlation between physical RAM and file descriptors

Read this for better knowledge.

http://docs.hp.com/en/B3921-90010/maxfiles.5.html

--
Muthu
Easy to suggest when don't know about the problem!
nagaraja challa
Occasional Contributor

Re: correlation between physical RAM and file descriptors

Thanks Muthukumar

but can you give me how this Physical RAM and file descriptors will correlate. If you can provide this information that will be great help for me.
RAC_1
Honored Contributor

Re: correlation between physical RAM and file descriptors

There is no direct relationship, i would say. Also the parameter is nfile-system wide open files. The more the number is more the kernel memory is required.
There is no substitute to HARDWORK