summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2016-11-18 10:53:11 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2016-12-15 13:39:07 +0000
commitbe9e9a37c2cd848cfdbb97990e0047f1a0834a8a (patch)
tree8741588fdaa1b4ae046c030b4d4359438990d6f8 /doc/elements-systemui.qdoc
parentb246699f81fe7758b2ae344926f4cf9548e160e2 (diff)
downloadqtapplicationmanager-be9e9a37c2cd848cfdbb97990e0047f1a0834a8a.tar.gz
Emit application specific memory warnings
When an application (process) has been moved into a memory controlling cgroup and the application exceeded its allotted memory, it simply got killed by the kernel. This is still the case, but the application will additionally get informed beforehand when memory is getting low and critical. The thresholds for these warnings are currently predefined to default values (75/90%). Fixed system wide memory low and critical warnings, as well. Change-Id: I2426c04a4ed5958a35ac07fb70e6ed7c2bb83ead Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 5b9c343b..6140fa29 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -46,10 +46,8 @@ declarations may be nested, creating parent-child relationships between the item
\li WindowManager - The window model and controller.
\li NotificationManager - The notification model, which handles freedesktop.org compliant
notification requests.
-\omit
\li SystemMonitor - The system monitoring model, giving access to a range of measurements, e.g.
- cpu-load, frames-per-second, etc.
-\endomit
+ CPU load, frame rate, etc.
\li ApplicationIPCManager - Central registry for interfaces for system-UI-to-app communication.
\endlist