[tulip-bug] LNE-100tx and IDE trouble

Donald Becker becker@scyld.com
Sat, 27 Jan 2001 23:56:38 -0500 (EST)


On Sat, 27 Jan 2001, Pete Holzmann wrote:

> >>Try turning debugging off.
> "debug=0" doesn't seem to be enough. I'll remove it completely.

That should work -- there must be something else going on with your
install.

> OK, that makes ttcp happy, thanks! Next test is with my cool new
> backup system: Ecrix VXA tape drive on high end (Tekram) scsi board
> (that's what I REALLY want to have running well...) Works very cleanly
> except when pulling in data across the network (client machines have
> an application that pushes data to the linux server...)
...
> Jan 27 21:17:02 rose kernel: eth1: Too much work during an interrupt,
> csr5=0xfc69c0d0.

It appears that you have run out of available kernel memory.
This sometimes occurs because you have too little memory, but in later
2.2.* kernel the usual cause is badly tuned kernel memory allocation.
You can't fix the algorithm, but you can minimize the impact by setting
the values in /proc/sys/vm/freepages to a larger number

   echo 500 1000 2000 > /proc/sys/vm/freepages

Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Second Generation Beowulf Clusters
Annapolis MD 21403			410-990-9993