![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sockets and File descriptors | gstlouis | High Level Programming | 3 | 12-12-2005 03:36 AM |
| file descriptors | a25khan | UNIX for Dummies Questions & Answers | 3 | 01-27-2004 03:46 PM |
| File Descriptors | shibz | UNIX for Advanced & Expert Users | 3 | 12-18-2002 06:12 AM |
| transfer an open file description between two process | xu_wen_dong | High Level Programming | 1 | 01-17-2002 11:00 AM |
| File Descriptors | s_chordia | High Level Programming | 2 | 12-24-2001 07:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Max No of Open File Descriptors in a process
I have set the maximum no of file descriptors open in a process to the value 8192 using the following lines
set rlim_fd_max=8192 set rlim_fd_cur=8192 in the /etc/system file. I rebooted the machine and the command ulimit -n / -Hn both display the limits as 8192. However when I run my application , and see its limits using the plimit -k [pid] , i find the limit as 1024. Anybody have any idea why this occurs
__________________
-Lakshman |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|