android-sdk
android-sdk copied to clipboard
Issues without proper WSL config
Less of an issue and more guidance for anyone else who has trouble.
I could not get the 'eas build' to complete without giving WSL more resources in Windows by way of the WSLConfig. (This is a Windows problem).
My first successful build without the container crashing out or stalling (RAM issues, I think) used a WSLConfig as follows:
# Settings apply across all Linux distros running on WSL 2
[wsl2]
# This can be set as whole numbers using GB or MB
memory=8GB
# Sets the VM to use 4 virtual processors
processors=4