-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: mmap issue #165
Comments
Any solution available? I am facing exactly same issue.. problem with |
Does passing the |
Trying to run like this..
|
Some how it's running.. but it's slow.. & received a big issues with |
OK if |
You might want to consider virtualizing a simpler operating system than Ubuntu. I'm not sure if Blink is ready to be Docker. For example, Alpine Linux is significantly tinier, and it uses Musl instead of Glibc, and Musl tends to be a much more behaved and proper citizen than Glibc. |
Okay tomorrow will try with alpine but I not used -m because I actually confused how i should use -m .. I just run with Termux proot .. not proot-distro
|
Here's an example of how to get an alpine system running with blink.
Sadly their "minirootfs" doesn't include their |
No problem but exactly I use same for build & use.. with alpine
With Ubuntu error
Finally login but as normal use.. how can I login with root user with blink?
|
On Android, we sporadically hit mmap and ENOMEM issues despite adding patches to try mitigate issues. I am not sure this is fixable on upstream side.
termux/termux-packages#18573
termux/termux-packages#19180
Here are the patches and build script to build and package blink.
https://github.com/termux/termux-packages/tree/master/packages/blink
Some of the enhancement is to a set up like proot + blink on Android which is equivalent to blink VFS. I am however unable to make blink VFS work on Android satisfactory.
The text was updated successfully, but these errors were encountered: