Open Tim-Obert opened 4 days ago
It sounds like you're out of memory. Is this on macOS? If so, how much RAM do you have allocated in your Docker provider? And of course, your code itself could use up the RAM.
I am on WSL and i didn't change the default allocated RAM of Docker. My Machine has currently 32GB of RAM. The codebase is not very big, but there are much deprication warnings with the sass builder. Maybe is the issue there
The default on WSL2 on a 32GB machine would be 16GB allocated to WSL2, and if you're using docker-ce, it would have access to all of that, which is a lot. Do use top
or other tools to look at this.
Could you provide the file output of ddev debug test
? Thanks.
Or is this report from the browser? If from the browser, it's a completely different thing.
I had similar issues in the past, either when vite scans too many files (that's why I added an ignore list to my vite plugin), or when the composer.json is missing/invalid and vite tries to index more than the current project. I haven't looked into the details yet, maybe those details already help for your analysis?
After round about 5 min of running ddev vite I am getting this error:
ddev version v1.23.4 Node Version 20