Applies settings from sysctl conf file. Refs #21461
[arvados-dev.git] / jenkins / packer-images / jenkins-image-workbench2.sh
index 1bc15ff7c9b90343f643c91f104b85dd73d7d9c3..8a974489fe1e2575fbe6c3688ec853197b20cb2a 100755 (executable)
@@ -19,6 +19,7 @@ fi
 # 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
+sysctl -p
 
 # Build the workbench2-build docker image
 sudo make workbench2-build-image