Searched refs:gcThreadNum (Results 1 – 5 of 5) sorted by relevance
85 | gcThreadNum | 7 | gc线程数量,默认为7,可通过`gc-thread-num`参数自行设定该参数值 |89 注:该线程池主要用于执行GC流程中的并发任务,实际线程池初始化综合参考gcThreadNum以及线程上下限,gcThreadNum为负值时初始化线程池线程数 = CPU核心数/2
131 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in CreateJsEnv() local136 pandaOption.SetGcThreadNum(gcThreadNum); in CreateJsEnv()
805 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in CreateJsEnv() local810 pandaOption.SetGcThreadNum(gcThreadNum); in CreateJsEnv()
84 | gcThreadNum | 7 | Number of GC threads. The default value is 7. You can set this parameter using …88 …l initialization, all the three parameters need to be considered. If **gcThreadNum** is a negative…
1697 size_t gcThreadNum = OHOS::system::GetUintParameter<size_t>("persist.ark.gcthreads", 7); in SetAttribute() local1706 option.SetGcThreadNum(gcThreadNum); in SetAttribute()