You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I love using nix-on-droid, and it works really well! Though, I'd have a question.
When developing on nix-on-droid, sometimes this is quite slow, even on a high end phone (12GB of RAM, etc.). What are resources limitations, and is there a way to unlock this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
IO is quite slow and CPU-intensive because it goes through proot, which we use for unprivileged mounting. If devices will support unprivileged mount namespaces one day, they could be used instead, but I'm not sure what's happening first, this or proper VMs =) If you have root, there is a theoretical possibility to not use proot, but nobody has explored that so far AFAIK.
Non-IO CPU-heavy tasks should have native performance, RAM consumption should behave the same as on other non-NixOS Linux with Nix and an equivalent config.
Hello! I love using nix-on-droid, and it works really well! Though, I'd have a question.
When developing on nix-on-droid, sometimes this is quite slow, even on a high end phone (12GB of RAM, etc.). What are resources limitations, and is there a way to unlock this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: