Merge lp:~ted/unity8/dash-oom-score into lp:unity8

Proposed by Ted Gould
Status: Merged
Approved by: Michał Sawicz
Approved revision: 1370
Merged at revision: 1390
Proposed branch: lp:~ted/unity8/dash-oom-score
Merge into: lp:unity8
Diff against target: 15 lines (+5/-0)
1 file modified
data/unity8-dash.conf (+5/-0)
To merge this branch: bzr merge lp:~ted/unity8/dash-oom-score
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+238888@code.launchpad.net

Commit message

Set the default OOM score for the dash

Description of the change

This will hopefully allow us to not have to manage the dash OOM score dynamically.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :

This needs to be changed to make sure dash is always below 100 then.

review: Needs Fixing
lp:~ted/unity8/dash-oom-score updated
1370. By Ted Gould

Adjusting score to be lower than the focused app

Revision history for this message
Ted Gould (ted) wrote :

Set to 50

Revision history for this message
Ted Gould (ted) wrote :

Tags removed

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?
Y
 * Did CI run pass? If not, please explain why.
AP and one flakiness :/
 * Did you make sure that the branch does not contain spurious tags?
Y

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/unity8-dash.conf'
2--- data/unity8-dash.conf 2014-08-26 15:41:40 +0000
3+++ data/unity8-dash.conf 2014-10-24 18:40:56 +0000
4@@ -8,6 +8,11 @@
5
6 kill timeout 120
7
8+# Focused app is 100 so we want to be less likely to get
9+# killed than the focused app but more than Unity8
10+
11+oom score 50
12+
13 respawn
14
15 env APP_ID=unity8-dash

Subscribers

People subscribed via source and target branches