Skip to content

Commit

Permalink
Increase max instances to accommodate large scale cisco xrd topos (#543)
Browse files Browse the repository at this point in the history
Increase max instances to accomodate large scale cisco xrd topos
  • Loading branch information
alexmasi authored Jun 25, 2024
1 parent 66d2fa4 commit b341380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/external.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build {
"sudo usermod -aG docker $USER",
"sudo docker version",
"sudo apt-get install openvswitch-switch-dpdk -y", # install openvswitch for cisco containers
"echo \"fs.inotify.max_user_instances=64000\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"fs.inotify.max_user_instances=128000\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"kernel.pid_max=1048575\" | sudo tee -a /etc/sysctl.conf", # configure pid_max for cisco 8000e containers
"sudo sysctl -p",
]
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild/internal.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build {
"sudo usermod -aG docker $USER",
"sudo docker version",
"sudo apt-get install openvswitch-switch-dpdk -y", # install openvswitch for cisco containers
"echo \"fs.inotify.max_user_instances=64000\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"fs.inotify.max_user_instances=128000\" | sudo tee -a /etc/sysctl.conf", # configure inotify for cisco xrd containers
"echo \"kernel.pid_max=1048575\" | sudo tee -a /etc/sysctl.conf", # configure pid_max for cisco 8000e containers
"sudo sysctl -p",
"echo Pulling containers...",
Expand Down

0 comments on commit b341380

Please sign in to comment.