android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Issues without proper WSL config

Open natejhowe opened this issue 1 month ago • 1 comments

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

natejhowe avatar May 09 '24 03:05 natejhowe