Comment 16 for bug 1478853

Revision history for this message
David Barth (dbarth) wrote :

At this stage we have a series of optimizations to deal with that situation :

- a crash handler for webapps, which prevents the appearance of blank webviews - https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1375215
- a memory limit adjustment in Oxide - https://bugs.launchpad.net/oxide/+bug/1498953
- another opportunity to limit memory usage with the Skia font cache - https://bugs.launchpad.net/oxide/+bug/1499479

But at the root of that we would need to receive a signal in low memory situations, ie :
- adding the API to the app. lifecycle
- implementing the mechanisms to detect and notify apps of the low memory condition