File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ build {
73
73
" sudo usermod -aG docker $USER" ,
74
74
" sudo docker version" ,
75
75
" sudo apt-get install openvswitch-switch-dpdk -y" , # install openvswitch for cisco containers
76
- " echo \" fs.inotify.max_user_instances=64000 \" | sudo tee -a /etc/sysctl.conf" , # configure inotify for cisco xrd containers
76
+ " echo \" fs.inotify.max_user_instances=128000 \" | sudo tee -a /etc/sysctl.conf" , # configure inotify for cisco xrd containers
77
77
" echo \" kernel.pid_max=1048575\" | sudo tee -a /etc/sysctl.conf" , # configure pid_max for cisco 8000e containers
78
78
" sudo sysctl -p" ,
79
79
]
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ build {
73
73
" sudo usermod -aG docker $USER" ,
74
74
" sudo docker version" ,
75
75
" sudo apt-get install openvswitch-switch-dpdk -y" , # install openvswitch for cisco containers
76
- " echo \" fs.inotify.max_user_instances=64000 \" | sudo tee -a /etc/sysctl.conf" , # configure inotify for cisco xrd containers
76
+ " echo \" fs.inotify.max_user_instances=128000 \" | sudo tee -a /etc/sysctl.conf" , # configure inotify for cisco xrd containers
77
77
" echo \" kernel.pid_max=1048575\" | sudo tee -a /etc/sysctl.conf" , # configure pid_max for cisco 8000e containers
78
78
" sudo sysctl -p" ,
79
79
" echo Pulling containers..." ,
You can’t perform that action at this time.
0 commit comments