-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Review perf impact of gp rebuild
on workspace caching, backup performance, etc.
#16480
Comments
@gitpod-io/engineering-workspace -> Any tips and pointers to this data, or support in gathering and analysing the data would be useful. |
Adding to @gitpod-io/engineering-workspace inbox for visibility, and input, but the IDE team will continue to own and drive the investigation and data analysis work for now. |
gp rebuild
gp rebuild
on workspace caching, and backup performance
gp rebuild
on workspace caching, and backup performancegp rebuild
on workspace caching, backup performance, etc.
How is
I assume you are referring to workspace node and IPFS cache misses, and not a cache miss in-workspace using Docker in Workspace?
Less cache hits will increase start times. We have several SLOs here, for example.
Given ☝️ adding to IDE team inbox. edit: @laushinka for 👀 |
Thanks, @kylos101 ! 🙏
We're are not doing this (nudging users to update workspace images) yet. However, a natural consequence of the feature might be more custom images, as it makes the configuration loop simpler. In future we (after a clean up of workspace images) we might get more pushy nudging users to different workspace images.
Yep, general workspace cache is the question, not in workspace cache. However in workspace cache I presume will affect backup sizes, which is another dimension/topic of the issue 🙏 |
Dropping, will pick up in future. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Currently
gp rebuild
encourages users to update their images. However, we need to review the potential impact this has on workspace image caching, particularly as the images users use become more unique, the cache hits should decrease. We need to understand the impact this has on workspace performance. This issue is to gather data on the impact, so that we can make any decisions (or not) on how to modify, or improve either workspace caching, or thegp rebuild
feature.The text was updated successfully, but these errors were encountered: