:: Re: [DNG] Which desktops are availa…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Arnt Gulbrandsen
Date:  
À: dng
Sujet: Re: [DNG] Which desktops are available in Devuan?
Android apps run in one process each, and anything in the background
may be killed at any moment. If you are in the background and the
foreground app needs memory, you just die. If the system invokes you,
you do not get another process, you get another thread in your existing
process.

Thus, ulimit is enough for Android.

Arnt