Modify victim task size unit(MB->KB) 18/269118/1
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 10 Jan 2022 03:47:48 +0000 (12:47 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Mon, 10 Jan 2022 03:47:56 +0000 (12:47 +0900)
Change-Id: I87d0c6312817159821a24d8203146a5231fb7aa4
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/resource-limiter/memory/vmpressure-lowmem-handler.c

index fd1002b..bf0aa2a 100644 (file)
@@ -1003,7 +1003,7 @@ static int lowmem_kill_victims(int max_victims,
 
                if (!(flags & OOM_NOMEMORY_CHECK) &&
                    total_victim_size >= should_be_freed_kb) {
-                       _D("[LMK] victim=%d, max_victims=%d, total_size=%uMB",
+                       _D("[LMK] victim=%d, max_victims=%d, total_size=%uKB",
                                victim, max_victims, total_victim_size);
                        status = LOWMEM_RECLAIM_DONE;
                        break;