diff --git a/data/deployments/production/sesi_rocquencourt.yaml b/data/deployments/production/sesi_rocquencourt.yaml index cd1facb0..9a09a037 100644 --- a/data/deployments/production/sesi_rocquencourt.yaml +++ b/data/deployments/production/sesi_rocquencourt.yaml @@ -1,45 +1,45 @@ --- tmpfs::size: "%{::memory.swap.total_bytes}" -tmpfs::nr_inodes: 1m +tmpfs::nr_inodes: 200m mountpoints: /srv/storage/space: device: saam:/srv/storage/space fstype: nfs options: - rw - soft - intr - rsize=8192 - wsize=8192 - noauto - x-systemd.automount - x-systemd.device-timeout=10 /srv/softwareheritage/objects: device: saam:/srv/softwareheritage/objects fstype: nfs options: - rw - soft - intr - rsize=8192 - wsize=8192 - noauto - x-systemd.automount - x-systemd.device-timeout=10 swap: device: LABEL="swap" fstype: swap options: - sw /tmp: device: tmpfs fstype: tmpfs options: - "size=%{lookup('tmpfs::size')}" - "nr_inodes=%{lookup('tmpfs::nr_inodes')}" - noexec - nosuid - nodev - relatime - rw diff --git a/data/deployments/staging/sesi_rocquencourt_staging.yaml b/data/deployments/staging/sesi_rocquencourt_staging.yaml index 6767919f..1c089d99 100644 --- a/data/deployments/staging/sesi_rocquencourt_staging.yaml +++ b/data/deployments/staging/sesi_rocquencourt_staging.yaml @@ -1,21 +1,21 @@ --- tmpfs::size: "%{::memory.swap.total_bytes}" -tmpfs::nr_inodes: 1m +tmpfs::nr_inodes: 200m mountpoints: swap: device: LABEL="swap" fstype: swap options: - sw /tmp: device: tmpfs fstype: tmpfs options: - "size=%{lookup('tmpfs::size')}" - "nr_inodes=%{lookup('tmpfs::nr_inodes')}" - noexec - nosuid - nodev - relatime - rw