Open Source & Linux Lab

It's better when it's simple

User Tools

Site Tools


etc:users:jcmvbkbc:linux-mm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
etc:users:jcmvbkbc:linux-mm [2009/07/13 18:41] jcmvbkbcetc:users:jcmvbkbc:linux-mm [2016/08/08 20:53] (current) – ↷ Page moved from users:jcmvbkbc:linux-mm to etc:users:jcmvbkbc:linux-mm kel
Line 234: Line 234:
     * if (oom_adj > 0) points <<= oom_adj; //(if points == 0 before shift, points = 1)//     * if (oom_adj > 0) points <<= oom_adj; //(if points == 0 before shift, points = 1)//
     * if (oom_adj < 0) points >>= -oom_adj;     * if (oom_adj < 0) points >>= -oom_adj;
 +
  
  
Line 242: Line 243:
   * vm.panic_on_oom -- panic in case of OOM, instead of trying to kill some processes;   * vm.panic_on_oom -- panic in case of OOM, instead of trying to kill some processes;
   * vm.oom_kill_allocating_task -- try first to kill task that issued request for memory that caused OOM condition;   * vm.oom_kill_allocating_task -- try first to kill task that issued request for memory that caused OOM condition;
-  * vm.oom_dump_tasks -- dump memory summary, stack of the process caused oom and table of processes to log at before oom-killing;+  * vm.oom_dump_tasks -- dump memory summary, stack of the process caused oom and table of processes to log before oom-killing;
   * vm.would_have_oomkilled   * vm.would_have_oomkilled
  
etc/users/jcmvbkbc/linux-mm.1247496064.txt.gz · Last modified: 2009/07/13 18:41 by jcmvbkbc