Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long Distributed Build time Game module #37

Open
oliviergaertner opened this issue Mar 8, 2019 · 1 comment
Open

Long Distributed Build time Game module #37

oliviergaertner opened this issue Mar 8, 2019 · 1 comment

Comments

@oliviergaertner
Copy link

Hey Guys!

We've run some test here and activating caching or distributed build on our game game, increases significantly the build times.

Do you see the same thing on your projects? Are you using distribution and caching all the time or only when working on the engine code?

I know that there is an overhead when using on or the other due to network etc but I was not expecting such bad results. I'm not sure that we gad the same issues when working on 4.18.

Cheers,

Olivier

@nullbus
Copy link

nullbus commented Mar 19, 2019

I think you need to disable all precompiled headers if they are activated. PCH is not good with Fastbuild when you are trying to distribute compile tasks to other computers. You can disable whole PCHs by setting bUsePCHFiles to false in BuildConfiguration.xml or build target file.

Disabling PCH on your project may cause bunch of compile errors at first, but these errors can be easily fixed with some effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants