config: separate bg and sys-bg cpusets
system-bg processes are called within visible processes. e.g loading playstore components. Change-Id: I6a1f0b4d6009afafbbe028aa573cd46aa5656153
This commit is contained in:
@@ -145,6 +145,7 @@ MIST_CPU_SMALL_CORES ?= 0,1,2,3
|
||||
MIST_CPU_BIG_CORES ?= 4,5,6,7
|
||||
MIST_ALL_CORES ?= 0-7
|
||||
MIST_CPU_BG ?= 0-2
|
||||
MIST_CPU_SYS_BG ?= 0-3
|
||||
MIST_CPU_FG ?= 0-7
|
||||
MIST_CPU_LIMIT_BG ?= 0-1
|
||||
MIST_CPU_LIMIT_UI ?= 0-2
|
||||
@@ -166,6 +167,7 @@ PRODUCT_SYSTEM_PROPERTIES += \
|
||||
persist.sys.axion_cpu_small=$(MIST_CPU_SMALL_CORES) \
|
||||
persist.sys.axion_cpu_bg=$(MIST_CPU_BG) \
|
||||
persist.sys.axion_cpu_limit_bg=$(MIST_CPU_LIMIT_BG) \
|
||||
persist.sys.axion_cpu_sys_bg=$(MIST_CPU_SYS_BG) \
|
||||
persist.sys.axion_cpu_fg=$(MIST_CPU_FG) \
|
||||
persist.sys.axion_cpu_limit_ui=$(MIST_CPU_LIMIT_UI) \
|
||||
persist.sys.axion_cpu_unlimit_ui=$(MIST_ALL_CORES) \
|
||||
|
||||
Reference in New Issue
Block a user