Merge lp:~ted/ubuntu-app-launch/no-oom-value-for-oxide into lp:ubuntu-app-launch/15.04

Proposed by Ted Gould
Status: Superseded
Proposed branch: lp:~ted/ubuntu-app-launch/no-oom-value-for-oxide
Merge into: lp:ubuntu-app-launch/15.04
Diff against target: 13 lines (+3/-0)
1 file modified
libubuntu-app-launch/ubuntu-app-launch.c (+3/-0)
To merge this branch: bzr merge lp:~ted/ubuntu-app-launch/no-oom-value-for-oxide
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+240275@code.launchpad.net

This proposal has been superseded by a proposal from 2014-10-31.

Commit message

Disable the OOM Helper

Description of the change

Workaround for webapps not detecting whether their renderers are killed, and thus not recovering from OOM memory recapture. This makes it less likely for them to be killed as we remove the setting of their OOM score.

To post a comment you must log in.
177. By Ted Gould

Change date to match ubuntu-rtm

178. By Ted Gould

Adding a changelog entry

Unmerged revisions

178. By Ted Gould

Adding a changelog entry

177. By Ted Gould

Change date to match ubuntu-rtm

176. By Ted Gould

Disable the OOM Helper

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libubuntu-app-launch/ubuntu-app-launch.c'
2--- libubuntu-app-launch/ubuntu-app-launch.c 2014-09-30 02:16:15 +0000
3+++ libubuntu-app-launch/ubuntu-app-launch.c 2014-10-31 14:36:55 +0000
4@@ -416,6 +416,9 @@
5 static gboolean
6 use_oom_helper (GPid pid, const gchar * oomscore)
7 {
8+ g_debug("OOM Helper disabled for pid: %d", pid);
9+ return TRUE;
10+
11 GError * error = NULL;
12 const gchar * args[4] = {
13 OOM_HELPER,

Subscribers

People subscribed via source and target branches