low open file descriptor message [message #357106] |
Mon, 03 November 2008 23:40 |
paradoxkhan
Messages: 92 Registered: April 2008 Location: Pakistan
|
Member |
|
|
Dear All,
I am getting error in Alert logfile
>>>"low open file descriptor message"
I have done the following to sort it but invain.
1.I have set the nofile to 65535 /etc/security/limits.conf.
2.I have increased the open files to 65535 because it cannot
be set to unlimited
Kindly provide me action plan to resolve the issue
Thanks
Yasir
|
|
|
|
Re: low open file descriptor message [message #357135 is a reply to message #357106] |
Tue, 04 November 2008 02:25 |
paradoxkhan
Messages: 92 Registered: April 2008 Location: Pakistan
|
Member |
|
|
Hi Michel,
thanks for your reply......following are the values for files
>>>>ulimit –a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
pending signals (-i) 1024
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 278528
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
>>>/etc/security/limits.conf
hard nofile 65535
soft nofile 65535
but the problem stil persist....
Regards,
Yasir
|
|
|
|
|
|
Re: low open file descriptor message [message #359228 is a reply to message #357106] |
Fri, 14 November 2008 04:04 |
paradoxkhan
Messages: 92 Registered: April 2008 Location: Pakistan
|
Member |
|
|
Hello Everyone,
The warrning message is vanished by adding
'*' at the begning of each parameter or you have to add the Os user name
i-e
* hard nofile 65535
* soft nofile 65535
Or
oratest soft nproc 2047
oratest hard nproc 16384
oratest soft nofile 65536
oratest hard nofile 65536
Thanks
Yasir
|
|
|