lmkd: set PSI_POLL_PERIOD to 40ms
200ms was too lenient when under severe memory pressure. Test: boots, works Bug: 127765309 Change-Id: I8e047de6318574a107720c56473ed0f25582e182 Signed-off-by: Tim Murray <timmurray@google.com>
This commit is contained in:
parent
e1228bd545
commit
0fca3629ca
2
lmkd.c
2
lmkd.c
|
|
@ -110,7 +110,7 @@
|
|||
*/
|
||||
#define PSI_WINDOW_SIZE_MS 1000
|
||||
/* Polling period after initial PSI signal */
|
||||
#define PSI_POLL_PERIOD_MS 200
|
||||
#define PSI_POLL_PERIOD_MS 40
|
||||
/* Poll for the duration of one window after initial PSI signal */
|
||||
#define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue