-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 39970 b: refs/heads/master c: 8ac773b h: refs/heads/master v: v3
- Loading branch information
Alexey Dobriyan
authored and
Linus Torvalds
committed
Oct 20, 2006
1 parent
3ab3b44
commit 0435c85
Showing
6 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 887b95931b4072e60e3bf4253ff7bffe372bca46 | ||
refs/heads/master: 8ac773b4f73afa6fd66695131103944b975d5d5c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifndef __INCLUDE_LINUX_OOM_H | ||
#define __INCLUDE_LINUX_OOM_H | ||
|
||
/* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */ | ||
#define OOM_DISABLE (-17) | ||
/* inclusive */ | ||
#define OOM_ADJUST_MIN (-16) | ||
#define OOM_ADJUST_MAX 15 | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters