1

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.

1 Answers1

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