Applies settings from sysctl conf file. Refs #21461
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 21 Feb 2024 17:53:15 +0000 (14:53 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 21 Feb 2024 17:53:15 +0000 (14:53 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

jenkins/packer-images/jenkins-image-with-docker.sh
jenkins/packer-images/jenkins-image-workbench2.sh

index a24c23de0001faf62ae8e8862e92de3815335b08..fbc2e930f4d98488b827f7649cb24fc27009fe4d 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
+sysctl -p
\ No newline at end of file
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