lkml.org 
[lkml]   [2004]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] [Request for inclusion] Filesystem in Userspace
From
Date
>but I
>think usually you have lot's of virtual memory (4Gbyte per process),
>so killing off processes to get more of it makes no sense.

I think it's fair to say you have 4G of virtual address space per process,
but try to store 4G of information per process in it, and you will
probably find you can't. What's essentially scarce is swap space. Killing
off processes frees up swap space.

It was probably wrong of me to say the OOM can't free up real memory,
because where real memory backs virtual memory, the only way to free up
the real memory is to page out the virtual memory or destroy it, and the
OOM killer destroys it.

But still -- if the real memory shortage isn't because there's no place to
page out to, but rather that the process that's supposed to be writing the
pages is deadlocked, the OOM killer will not kick in.

-
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/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.093 / U:1.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site