diff --git a/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml b/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml index a02378b3e6..52bac4e00f 100644 --- a/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml +++ b/deployment/secure_research_environment/cloud_init/cloud-init-srd.mustache.yaml @@ -591,7 +591,7 @@ runcmd: - systemctl enable backup.automount - systemctl enable data.automount - systemctl enable output.automount - + # Use tmpfs so tmp is in memory where possible rather than entirely on disk - echo ">=== Configure tmpfs... ===<" - echo "tmpfs /tmp tmpfs rw,nosuid,nodev,noexec" | tee -a /etc/fstab