Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f617be16 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Increase the memory consumption for edit monitor

Test: None
Bug: 365617369
Change-Id: Iea82fed5ff5ca2e9ad5c13b30176cb35235eb3f8
parent 585b4344
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ from proto import edit_event_pb2

DEFAULT_PROCESS_TERMINATION_TIMEOUT_SECONDS = 5
DEFAULT_MONITOR_INTERVAL_SECONDS = 5
DEFAULT_MEMORY_USAGE_THRESHOLD = 2 * 1024  # 2GB
DEFAULT_MEMORY_USAGE_THRESHOLD = 3 * 1024  # 3GB
DEFAULT_CPU_USAGE_THRESHOLD = 200
DEFAULT_REBOOT_TIMEOUT_SECONDS = 60 * 60 * 24
BLOCK_SIGN_FILE = "edit_monitor_block_sign"