Increase the amount of free mem withheld

Change-Id: I37ec2250885758f122db6eac0e897dc16d02558d
Tento commit je obsažen v:
Saleel Kudchadker
2020-02-15 16:14:16 -08:00
rodič 0730b39adb
revize a788f0bc15
+1 -1
Zobrazit soubor
@@ -476,7 +476,7 @@ Settings::Settings() : value_(0) {
}
if (flagIsDefault(HIP_HIDDEN_FREE_MEM)) {
HIP_HIDDEN_FREE_MEM = 256;
HIP_HIDDEN_FREE_MEM = 320;
}
}
}