Merge "Add instability warning to flag" into udc-dev

This commit is contained in:
John Reck
2023-03-21 19:48:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
};