-
Notifications
You must be signed in to change notification settings - Fork 232
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
Use too much memory when use repodata cache. #3271
Comments
Are you using the You can set that with:
This implements a much faster and less memory intensive repodata fetching technology. Edit: it should have been the |
It's anaconda source, and the first time(without cache) is OK.
➜ ~ pixi config set --global repodata-config."https://prefix.dev".disable-zstd true
Error:
× Unknown key: repodata-config.https://prefix.dev.disable-zstd
│ Supported keys: EDIT:
|
This comment has been minimized.
This comment has been minimized.
That is a surprising result... @baszalmstra I'm I wrong in thinking that the sharded repodata should improve the RAM usage? |
It seem not use
|
Did you configure pixi to use sharded repodata? |
No, all default installation. |
Could you retry with setting |
It works. Is it default values problem? |
Because it is a feature that could create a lot of issues if it doesn't work absolutely perfect we've made it not the default. But we're seeing a great amount of users have already switched so I think it would be a good time to make it the default strategy now. |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
Maybe repodata cache problem. It seems too large, and maybe fully load into memory.
Expected behavior
As a package manager, it should
memory<100MB
or same as no cache.The text was updated successfully, but these errors were encountered: