In Linux we can limit user processes by editing /etc/security/limits.conf
file. Is there any equivalent file in Android for the same purpose.
Asked
Active
Viewed 604 times
1

Aduait Pokhriyal
- 111
1 Answers
1
Not really an Android developer, but apparently Android supports cgroups(also). On regular servers, cgroups are intended to replace several different subsystems (the limits subsys being one) so it's probably (just going off my GNU/Linux admin experience) preferred to use cgroups to do what you're wanting (going forward that's probably a good recommendation on the server-side as well).

Bratchley
- 16,824
- 14
- 67
- 103