"Too many open files" does mean that there too many datafiles opened by each process 
and therefore it maybe quiet normal if 170 processes open more files than 200 (in a 
database there can be much files opened by just one user/process).
You can fix it by changing the NR_OPEN and OPEN_MAX parameter in 
/usr/src/linux/include/linux/limits.h. But I have been adviced to do not - may, I have 
done it and it seems to work.
Try to reboot every day or every second day (that kills also a lot of sleeping 
processes).

The second problem... I don't know.

Dietmar

>----- Urspr�ngliche Nachricht -----
>Absender: [EMAIL PROTECTED]
>Betreff: problem
>Empf�nger: [EMAIL PROTECTED]
>Datum: 12. Apr 1999 00:05
>
> Hi,
> 
>       I am not sure if this is a SMP problem, but since I only encounter the
> following problems on my SMP machine, i hope i can get some feedback. (I
> am running a Dual PII machine with kernel 2.0.36, based on Redhat5.2)
> 
>       From time to time, that my application quits or failed to start with a
> segmentation core dump with the messages of
>       
>       Too many open files in system
> 
>       and i usually fix this problem by kill a lot of processes (either
> related or unrelated, i have no clue.) But the machine is not that
> loaded.. with about 170 processes.. and sometimes i don't have any
> problem when processes are well over 200.. and I have no clue what
> causes it.
> 
>       the 2nd problem I see (maybe related to the above, this time, both
> happened at the same time 2 hours ago) that the messages log have 
> 
>       kernel: Unable to load interpreter
> 
>       and I also see 
> 
>       eth0: transmit timeout, status 007b, resetting.
>       Ring data dump: dirty_tx 0 dur_tx16 (full) cur_rx 0
>       
>       000bx23 ...........
> 
>       
>       although this time, it stoped by it self.. but I actually need to
> reboot last time because nothing works, and when I switch to the
> console, all i see are those dump messages....
> 
> Any ideas/helps?
> 
> Thanks,
> 
> -Ying
> -
> Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
> To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
> 

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to