public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Behaviour of the VM on a embedded linux
@ 2008-08-22 12:31 Wappler Marcel
  2008-08-22 12:59 ` Alex Riesen
  0 siblings, 1 reply; 7+ messages in thread
From: Wappler Marcel @ 2008-08-22 12:31 UTC (permalink / raw)
  To: linux-kernel

Hi Folks,

I'm trying to figure out whats going on an embedded system I have to deal with. It's running a 2.6.24.7 kernel on 32 MBytes of RAM.
There is no swapping. There are some daemons and shells running and - a big monolithic c++ application.

The application runs a lot of pthreads on different real time priority levels. It looks like the application consumes  a huge
ammount of real memory in contrast to the assumption, that large code size is no problem due to paging out pages with unused code.

I'm not so familiar with the VM internas of the Linux kernel - I only have some general ideas about systems using MMUs. So my
assumption was, that even if a application consists of a lot of code, almost all memory pages containing executable code can be
paged out in favour of pages which are needed to store data (stacks, heap, slab). I tried to figuring this out through reading in
different books like "understanding the linux kernel" but those parts I was not able to catch anywhere.

Now there is the idea, that pages which contain code of pthreads running at real time priority cannot be paged out because of the
real time demand.

Is this true?

Thanks a lot,
Marcel

PS: please CC me personaly on replies
PPS: I'm hapy about every plausible idea

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-08-25  7:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 12:31 Behaviour of the VM on a embedded linux Wappler Marcel
2008-08-22 12:59 ` Alex Riesen
2008-08-22 15:25   ` Wappler Marcel
2008-08-22 21:37     ` Christopher Snook
2008-08-24 23:35     ` Ingo Oeser
2008-08-24 23:55       ` Arjan van de Ven
2008-08-25  7:58         ` Wappler Marcel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox