Skip to content

Commit 9038362

Browse files
Merge pull request #3784 from haircommander/oom-adjust-conmon-1.11
[1.11] conmon: make un-OOM-killable
2 parents 6d43aae + 757a8e6 commit 9038362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conmon/conmon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static GOptionEntry opt_entries[] = {
137137
#define TSBUFLEN 44
138138

139139
#define CGROUP_ROOT "/sys/fs/cgroup"
140-
#define OOM_SCORE "-999"
140+
#define OOM_SCORE "-1000"
141141

142142
static int log_fd = -1;
143143

0 commit comments

Comments
 (0)