[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-09-01 Thread Gerry Boland
Thanks for this Ted!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-08-29 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Wishlist

** Changed in: canonical-devices-system-image
Milestone: None => 13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-app-launch -
0.9+16.10.20160825-0ubuntu1

---
ubuntu-app-launch (0.9+16.10.20160825-0ubuntu1) yakkety; urgency=medium

  * Use at() instead of operator[]() so that we get an exception on
bounds checking

 -- Ted Gould   Thu, 25 Aug 2016 14:43:00 +

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-08-17 Thread Rodney Dawes
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-19 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-app-launch/lp1579799-oom-adjust

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-18 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-18 Thread Ted Gould
Spent a bit of time going back and forth on this with tvoss. We don't
want to have a ton of application states, that'll make insanity, but it
does make sense for qtmir to drive policy for applications. We don't
know completely what that policy is today.

Long story short, the plan is to provide an API that is an enum with
known values that can be overridden (it's base type will be int). In
this way qtmir can experiment and then we can start to collect the
values as we find them to be useful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1579799] Re: Need API to allow shell to choose custom OOM killer scores

2016-05-09 Thread Ted Gould
Today UAL has basically three states for applications, on, off and
paused. There are then OOM scores associated with those states. And it
seems that this is requesting more states. But I'm not sure I
understand. For instance, for X11 apps they're never paused, so their
OOM score stays the same as the focused app, do we need a state where
the focused app is killed before an X11 application? I also don't
believe that applications that have a trusted overlay are paused, so I'm
not sure how the scoring would work there either.

So what are the states that you see applications being in, and what
would their scores be relative to one another?

** Changed in: ubuntu-app-launch (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ubuntu-app-launch (Ubuntu)
   Status: New => Incomplete

** Changed in: ubuntu-app-launch (Ubuntu)
 Assignee: (unassigned) => Ted Gould (ted)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579799

Title:
  Need API to allow shell to choose custom OOM killer scores

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1579799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs