We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there any option to build this project without 16GB of RAM? Maybe use swap or compile some elements separately?
The text was updated successfully, but these errors were encountered:
I think you just need to add a swapfile or swap partition to your system? On linux that shall be pretty simple using swapon.
swapon
Sorry, something went wrong.
In the build.sh file (android-rebuilds/sdk/build.sh) I found the following information:
build.sh
Note: you need more than 16GB memory excluding swap, or build will fail.
So, can I use the swap memory or not (e.g., when I have 8GB of RAM)?
No branches or pull requests
Is there any option to build this project without 16GB of RAM?
Maybe use swap or compile some elements separately?
The text was updated successfully, but these errors were encountered: