Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29ac2fc4 authored by John Reck's avatar John Reck Committed by Automerger Merge Worker
Browse files

Merge "Add instability warning to flag" into udc-dev am: d0c9e5a6

parents cfd77797 d0c9e5a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ struct MemoryPolicy {
    // collection
    bool purgeScratchOnly = true;
    // EXPERIMENTAL: Whether or not to trigger releasing GPU context when all contexts are stopped
    // WARNING: Enabling this option can lead to instability, see b/266626090
    bool releaseContextOnStoppedOnly = false;
};