Skip to content

Commit

Permalink
increase the size of the remotehost image cache by 3x
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
k-rister committed Mar 4, 2024
1 parent b145d8a commit 7487ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/remotehost/remotehost
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
# globals (also check $endpoint_base_dir/base for others!!!)
chroot_rbind_mounts="proc dev sys lib/firmware lib/modules usr/src boot var/run"
endpoint_name="remotehost"
image_cache_size=3
image_cache_size=9
declare -A osruntime
osruntime[default]="chroot"
host_mounts=""
Expand Down

0 comments on commit 7487ee3

Please sign in to comment.