Hi All,
When I open a project, the editor loads but it’s compiling 8000 shaders.
I have a 16 core /32 thread CPU, but my CPU is being used between 10% to 15%.
Sometimes I see my SSD go upto 100%, but regardless of SSD usage, CPU always sits around 10 to 15%.
Why is the editor not using 100% CPU power?
Is it something I need to fix with windows?
So one option you can do is increase the amount of usable threads for the “Shader Compile Worker” program that runs behind the scenes. That’s the program actually doing the work. To increase the amount of threads go to your Config/Base Engine.ini and change the line that says:
NumUnusedShaderCompilingThreads=x (X will be whatever the current amount is).
It’s a pretty safe setting to play with. Set that higher and watch it compile lickety split!