Skip to content

Commit

Permalink
Merge pull request #471 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
increase the size of the remotehost image cache by 3x
  • Loading branch information
k-rister authored Mar 6, 2024
2 parents 064bbe0 + 55fa9e1 commit 9e4dd00
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 9e4dd00

Please sign in to comment.