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

increase the size of the remotehost image cache by 3x #471

Merged
merged 3 commits into from
Mar 6, 2024
Merged

Conversation

k-rister
Copy link
Contributor

@k-rister k-rister commented Mar 4, 2024

  • origingally, when the cache was size 3 that was literally enough images for 3 separate runs since each image was used for all aspects of the run

  • with the change to one-tool it can take 3 images just for a basic run (one benchmark and two tools -- procstat and systat) so the image requirements have gone up

  • in order to maintain a similar level of cache locality from a run perspective it needs to be increased, so take the basic run config and scale based on it

- origingally, when the cache was size 3 that was literally enough
  images for 3 separate runs since each image was used for all aspects
  of the run

- with the change to one-tool it can take 3 images just for a basic
  run (one benchmark and two tools -- procstat and systat) so the
  image requirements have gone up

- in order to maintain a similar level of cache locality from a run
  perspective it needs to be increased, so take the basic run config
  and scale based on it
@k-rister k-rister added the bug Something isn't working label Mar 4, 2024
@k-rister k-rister requested a review from a team March 4, 2024 21:16
@k-rister k-rister self-assigned this Mar 4, 2024
@k-rister k-rister merged commit 9e4dd00 into master Mar 6, 2024
138 checks passed
@k-rister k-rister deleted the dev-kmr branch March 6, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants