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

Local disk cache never increases beyond 10 GB #2172

Open
clin1234 opened this issue May 14, 2024 · 3 comments
Open

Local disk cache never increases beyond 10 GB #2172

clin1234 opened this issue May 14, 2024 · 3 comments

Comments

@clin1234
Copy link

My config in %APPDATA%\Mozilla\sccache\config\config:

[cache.disk]
size = 27516192768

Yet sccache -s shows that the maximum cache size remains at 10 GB.

@brian6932
Copy link

brian6932 commented May 19, 2024

I'm having the same problem with SCCACHE_CACHE_SIZE set in env.
Fixed in 0.8.1

@glandium
Copy link
Collaborator

I'm having the same problem with SCCACHE_CACHE_SIZE set in env.

This one is addressed in #2183

My config in %APPDATA%\Mozilla\sccache\config\config:

[cache.disk]
size = 27516192768

Yet sccache -s shows that the maximum cache size remains at 10 GB.

I can't reproduce this.

@clin1234
Copy link
Author

Just compiled from HEAD, max cache size still limited to 10G. Here's the config in %localappdata%\Mozilla\sccache\config\config

[cache.disk]
size = 27G

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

3 participants