YoungJun Jang Software Laboratories Samsung Electronics

Avoiding OOM (Out of Memory) on Embedded Linux April 15, 15 2008 YoungJun Jang [email protected] Software Laboratories Samsung g Electronics Con...
Author: Russell Francis
21 downloads 1 Views 887KB Size
Avoiding OOM (Out of Memory) on Embedded Linux April 15, 15 2008 YoungJun Jang [email protected] Software Laboratories Samsung g Electronics

Contents Problem Statement Background Demand Paging Overcommit Address Space Usage: Virtual vs. Physical Overcommit Problem

Approach & Implementation RSS Quota Limitation & Future Works Another Approaches

2/23

Problem statement What’s the problem of this code? On Linux system y 64M RAM available main(void) { char *p; f (i=0; for (i 0 i

Suggest Documents