Re: OOM-killer going crazy.

From: Ed Sweetman
Date: Tue Jul 27 2004 - 08:26:57 EST


Jens Axboe wrote:

On Tue, Jul 27 2004, Nick Piggin wrote:


Ed Sweetman wrote:



This is not the same problem as I and other are describing. There is no free memory when the OOM killer activates in our situation. The kernel has allocated all available ram and as such, the OOM killer can't kill the memory hog because it's the kernel, itself. So the OOM killer kills all the big apps running ...but it's to no use because the kernel just keeps trying to use more until the cd is completed. After which the memory is still never released.
Your thread has nothing to do with mine.



I believe it could be the same problem. Jan-Frode's system has all
ZONE_NORMAL memory used up. The free memory would be highmem which
would be unsuable for those allocations that are causing OOM.

The vfs_cache_pressure change could possibly be responsible for the
problem... I don't have the code in front of me, but I think it
divides by 100 first, then multiplies by vfs_cache_pressure. I
wouldn't have thought this would have such a large impact though.



Ed,

Can you please try Nicks suggestion? A vm problem makes sense to me,
what doesn't make sense is that we leak memory on some hardware while
burning and don't on others.



I tried it, i dont slow down or crash when burning the cd the first time. It's a small cd that doesn't take up my entire ram size, but the memory is still not freed. If i tried it again i would be rebooting right now. I only have 70MB out of 650MB free after burning the cd. Cache only takes up 122MB, and buf takes up 1MB. and i'm using 100MB of swap. I will run vmstat when i do it when i get home later today.

It's not so much that the kernel is leaking memory, I think it thinks it's handling a pointer to data it's supposed to write to disk, but it's writing the wrong data, either a slightly misaligned offset or mangled pointer because the audio cd did write but the audio it wrote is unintelligable. It almost sort of sounds like it should but it's completely fubared. And i've done this with swab on and off before thinking the drive automatically wrote audio with SWAB on and cdrecord's swab was countering it or something but that was not the case. The audio source files were ripped from a cd using the same drive and they sound good on the harddrive. The drive seems to have no real problem ripping audio. Just writing it. Normal cds show no problem as i've previously mentioned.

If this is a vfs problem then i'd like to know what audio writing has to do with filesystems since it's raw data. Even ignoring the mem leak problem that appears to manifest in different ways on different computers, this OOM situation only happens to me when burning audio cds, not data.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/