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
I don't know if this is always the case, but docker-compose up -d just failed for me on a clean install of Windows because of the memory issue with webpack (the need to have at least 4GB of memory). I have a feeling it only works when:
running on Linux (and the host has enough memory)
running on Windows/Mac with memory allocated to Docker already increased
This is a terrible experience for contributors and I think we should invest some effort in fixing this. I see two options here, but happy to hear suggestions:
I don't know if this is always the case, but
docker-compose up -d
just failed for me on a clean install of Windows because of the memory issue with webpack (the need to have at least 4GB of memory). I have a feeling it only works when:This is a terrible experience for contributors and I think we should invest some effort in fixing this. I see two options here, but happy to hear suggestions:
The text was updated successfully, but these errors were encountered: