Fix memory monitor function 80/262480/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 11 Aug 2021 22:53:17 +0000 (07:53 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 11 Aug 2021 22:53:17 +0000 (07:53 +0900)
commit170d086362136a6145bac003a6ae9cc14c6302f1
tree2b264e143e872fcd363c3ccbc8eef821781c62e2
parenteb5ef5d6cb4bff366f1f24be32174d932a27fb96
Fix memory monitor function

If the threshold is 100, the memory_monitor_is_low_memory() function
always returns false. The value of the threshold that is 100 means the
feature is disabled.

Change-Id: I5c72297ca11dfa3d70c39c412a5bee1bc3f76790
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/src/launchpad_memory_monitor.c