Skip to content

parallelize bake#453

Merged
janhohenheim merged 1 commit into
janhohenheim:mainfrom
NicoZweifel:patch-1
Feb 4, 2026
Merged

parallelize bake#453
janhohenheim merged 1 commit into
janhohenheim:mainfrom
NicoZweifel:patch-1

Conversation

@NicoZweifel

@NicoZweifel NicoZweifel commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

same as Some-Bevy-Jam-7-Team/jam#10

Speeds up the light bake significantly, even in github actions.

On the systems I tested (7950x3d and on AWS c6a.4xlarge, c6i.4xlarge, c7i.4xlarge) this would run in like 10-15 seconds now instead of ~2-3 minutes.

I also noticed that it runs a bit faster when spawning twice as much workers as there are physical cores available, at least on the 7950x3d.

In containers this doesn't matter though since there is no difference there (e.g. 16/32 shows up as 32 cores) so I left it as is (also to always keep 1 core for system processes and advancing).

@janhohenheim janhohenheim merged commit 5fca72c into janhohenheim:main Feb 4, 2026
6 checks passed
@NicoZweifel NicoZweifel deleted the patch-1 branch February 4, 2026 16:05
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

Successfully merging this pull request may close these issues.

2 participants