> I have a strange problem with kernel 2.4.14 & 2.4.17 (the two I tried on)
> When I run a simple command like 'find /var -name sendmail* -print' (this
> one) or when running pine, kza, etc. Iget the error: 'Out of Memory:
> Killed process 2032 (find)'
> I did a vmstat 2 while running 'find /var -name sendmail* -print'
> Here is what I recieved after a while:
> 
> cs                      memory    swap          io     system         cpu
> r  b  w   swpd   free   buff  cache  si  so    bi    bo   in    cs  us  sy  id
> 6  0  2 205720   1408   1220   5176   0 1664    12  1682  332    67   6  93   1
> [...]
> 1  0  0 240964   1328   1224   5000   0 924    10   924  231    71   8  92   0
> Out of Memory: Killed process 2032 (find).
> 
> 
It doesn't seem to be the problem some people is complaining about
lately. These people get OOM but their systems still have tons of
"available" memory in buffers and/or caches. This is not your case, and
it seems OOM kills a process just in time to avoid having no memory
available for the system to continue working.
I would run "top" and see what processes are eating up your memory,
because 128 MB RAM + 256 MB swap is more than enough for a "normal"
system. Maybe is a program that went crazy, and keeps on allocating all
your memory, leaving nothing for the rest. I have seen both X and
netscape processes behaving this way.
-- José Luis Domingo López Linux Registered User #189436 Debian Linux Woody (P166 64 MB RAM) jdomingo AT internautas DOT org => Spam at your own risk- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/