login
Header Space

 
 

Re: Out of memory management in embedded systems

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: linux-os (Dick Johnson) <linux-os@...>
Cc: <linux-kernel@...>
Date: Friday, September 28, 2007 - 4:58 pm

On 9/28/07, linux-os (Dick Johnson) <linux-os@analogic.com> wrote:

We might be talking about slightly different systems. I agree that
systems that are really embedded, in the classic meaning often with
real time constraints, should be designed as you suggests. But there
are a lot of other systems that almost actually are ordinary systems
but with limited memory and often without demand paging. This could be
a set top box, a  video game console or a mobile phone that run
dynamic applications.

Actually this is not only about applications allocating an unknown
amount of dynamic memory. A similar situation could also appear when
we run an unknown number of applications at once, each allocating just
a static amount of memory and then later starts to touching it.

For those systems I think we need a method to dynamically decrease the
working set of a process when memory is scarce, and not just accept
that we "are screwed" and let the OOM killer solve the problem.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Out of memory management in embedded systems, Daniel Spång, (Fri Sep 28, 8:55 am)
Re: Out of memory management in embedded systems, Daniel Phillips, (Fri Sep 28, 9:59 pm)
Re: Out of memory management in embedded systems, linux-os (Dick Johnson), (Fri Sep 28, 9:09 am)
Re: Out of memory management in embedded systems, Daniel Spång, (Fri Sep 28, 9:30 am)
Re: Out of memory management in embedded systems, linux-os (Dick Johnson), (Fri Sep 28, 10:04 am)
Re: Out of memory management in embedded systems, Rik van Riel, (Fri Sep 28, 10:17 am)
Re: Out of memory management in embedded systems, Eric Dumazet, (Fri Sep 28, 10:36 am)
Re: Out of memory management in embedded systems, Rik van Riel, (Fri Sep 28, 11:15 am)
Re: Out of memory management in embedded systems, Nicholas Miell, (Fri Sep 28, 7:00 pm)
Re: Out of memory management in embedded systems, Daniel Spång, (Fri Sep 28, 10:14 am)
Re: Out of memory management in embedded systems, linux-os (Dick Johnson), (Fri Sep 28, 11:16 am)
Re: Out of memory management in embedded systems, Daniel Spång, (Fri Sep 28, 4:58 pm)
Re: Out of memory management in embedded systems, Abhishek Sagar, (Sat Sep 29, 3:48 pm)
speck-geostationary