Replies: 6 comments
-
Looks like you ran out of memory during the build 🤷 The c++winrt pch's take a HUGE amount of memory to compile the first time, though, unless you make any changes to the |
Beta Was this translation helpful? Give feedback.
-
@zadjii-msft What's the solution to it? |
Beta Was this translation helpful? Give feedback.
-
Close everything else you're running while the build runs? Download more RAM? |
Beta Was this translation helpful? Give feedback.
-
getting this error with everything closed already. Downloading RAM is a way to go |
Beta Was this translation helpful? Give feedback.
-
How much RAM do you have on your machine? You'll probably need more than 4GB. 8GB might be workable, though, I've never tried it. |
Beta Was this translation helpful? Give feedback.
-
I have 8GB RAM but in task manager it shows only 5.9 GB usable , I think that's the problem |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows Terminal version
No response
Windows build number
No response
Other Software
No response
Steps to reproduce
git submodule update --init --recursive
Import-Module .\tools\OpenConsole.psm1
Set-MsBuildDevEnvironment
Invoke-OpenConsoleBuild
Expected Behavior
terminal to run
Actual Behavior
Getting errors logs and I am posting some of the last logs
I have tried using the cmd process, it did'nt work for me
Beta Was this translation helpful? Give feedback.
All reactions