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

Raise basic build cache size even more. #78650

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

akrieger
Copy link
Member

Summary

None

Purpose of change

Basic build still not getting 100% cache hit rate, so its hitting 20-30 minute build times instead of scant minutes.

Describe the solution

Raise the cache up to 5G. Raise the transient cache limit to 10G to avoid spurious evictions.

Describe alternatives you've considered

Testing

Spun up an Ubuntu 20.04 VM, installed clang-10 on it, did a build like the basic build does. It makes a ccache about 4.3GB large. Verified that setting a 5G limit does not cause any evictions.

Additional context

@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments Code: Tooling Tooling that is not part of the main game but is part of the repo. astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Dec 18, 2024
@kevingranade kevingranade merged commit bede111 into CleverRaven:master Dec 19, 2024
23 checks passed
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 19, 2024
@akrieger akrieger deleted the cache_is_queen branch December 19, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants