简体   繁体   English

android中可以使用的最大进程数是多少?

[英]What is the maximum number of processes that can be used in android?

I am trying to use the getRunnningTasks(int maxNum) . 我正在尝试使用getRunnningTasks(int maxNum)

I do not know what value should I set in the number maxNum . 我不知道应该在数字maxNum设置什么值。

So, I am going to set the maximum number of processes to maxNum . 因此,我将最大进程数设置为maxNum

What is the maximum number of processes that can be used in android? android中可以使用的最大进程数是多少?

maxNum sets the maximum number of tasks that getRunningTasks will return. maxNum设置getRunningTasks将返回的最大任务数。 You could just pass in Integer.MAX_VALUE if you want to make sure you get all tasks. 如果您要确保获得所有任务,则可以仅传递Integer.MAX_VALUE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM