Fixes sysctl call on provisioning scripts. Refs #21461
[arvados-dev.git] / jenkins / packer-images / jenkins-image-with-docker.sh
index a24c23de0001faf62ae8e8862e92de3815335b08..81aa24444e26272ee93bac4e39df13b1e81fda92 100755 (executable)
@@ -24,3 +24,4 @@ sudo chown -R jenkins:jenkins /usr/local/arvados-dev/
 # React uses a lot of filesystem watchers (via inotify). Increase the default
 # so we have a higher limit at runtime.
 echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
+sudo sysctl -p
\ No newline at end of file