Re: Behaviour of the VM on a embedded linux
- From: "Alex Riesen" <raa.lkml@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 14:59:43 +0200
2008/8/22 Wappler Marcel <Marcel.Wappler@xxxxxxxxxxxx>:
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.
Maybe the kernel wont page anything if the paging support is compiled out.
IOW, you still need paging code even if there is now swap partitions.
--
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/
- Follow-Ups:
- RE: Behaviour of the VM on a embedded linux
- From: Wappler Marcel
- RE: Behaviour of the VM on a embedded linux
- References:
- Behaviour of the VM on a embedded linux
- From: Wappler Marcel
- Behaviour of the VM on a embedded linux
- Prev by Date: Re: [PATCH RT RFC v4 1/8] add generalized priority-inheritance interface
- Next by Date: Re: [PATCH v2] ftrace: warn on failure to disable mcount callers
- Previous by thread: Behaviour of the VM on a embedded linux
- Next by thread: RE: Behaviour of the VM on a embedded linux
- Index(es):
Relevant Pages
|