Embedded systems are low-memory systems. While designing an embedded Linux system, a few points need to be kept in mind:
- Linux is sensitive to low memory situations.
- Ramdisks reside in buffer cache.
- Dynamic disk requirements must be taken into acount.
Doubling available memory on low-memory PCs can increase overall performance as much as doubling CPU speed!