fix: run with sudo

This commit is contained in:
Manuel de la Peña
2024-12-11 17:39:27 +01:00
parent cdf78c223e
commit a7a26b8d29

View File

@@ -98,8 +98,9 @@ jobs:
- name: Tune the environment
run: |
cat /proc/sys/fs/aio-max-nr
echo "fs.aio-max-nr = 1048576" >> /etc/sysctl.conf
sudo echo "fs.aio-max-nr = 1048576" >> /etc/sysctl.conf
sudo sysctl -p /etc/sysctl.conf
cat /proc/sys/fs/aio-max-nr
- name: Run Benchmarks
run: |