Commit Graph

6 Commits

Author SHA1 Message Date
95c9ede0ad
Lineage init 2023-03-17 05:43:05 +01:00
mikairyuu
9fc3535e16 Revert "monet: overlay: Compact cached app heaps in the background"
This reverts commit 27df084a0f.
2022-10-29 20:08:55 +10:00
kdrag0n
4f6ddddaeb monet: overlay: Allow more cached apps in the background
* Google has provisioned this on the Pixel 5 (RQ1A.201205.010) to utilize
  the 8 GB of RAM better, and I have also observed that a lightweight
  selection of apps was hitting the cached app limit before exhausting RAM
  on another device with 8 GB of RAM

  This shouldn't cause adverse effects on devices with less RAM (e.g. 4
  GB) as the low memory killer should kick in long before this limit on
  such devices
2022-06-02 20:58:10 +10:00
kdrag0n
27df084a0f monet: overlay: Compact cached app heaps in the background
* Background ART heap compaction for cached apps has been recommended for
  Android Go devices for a while, and Google has enabled it for the Pixel
  5 on RQ1A.201205.010. This feature should help fit more cached apps in
  memory
2022-06-02 20:58:10 +10:00
mikairyuu
32f6c995ff monet: overlay: Add maintainer info 2022-01-02 14:55:19 +10:00
mikairyuu
79625a10c9 Initial EvoX upbring 2021-11-16 13:13:20 +10:00