Hello all:
old ----> points = p->mm->total_vm;
change to ---> points = p->pid;
I write a shell to test it,
cat > bin/hello
hello
^D
hello
before change it ,kernel will kill some pid, to change it kernel will kill hello(bash).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] protect processes from OOM killer Chris Swiedler
- Re: [PATCH] protect processes from OOM killer Ingo Oeser
- Re: [PATCH] protect processes from OOM killer Frank van Maarseveen
- Re: Path: for oom_kill.c hugang
- Re: Path: for oom_kill.c Rik van Riel
- Re: Path: for oom_kill.c Jeff Epler

