Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fallback to PodmanArgs escape hatch on ulimits (#56)
Browse files Browse the repository at this point in the history
On older podman instances, especially on older Ubuntu installations,
there's no support for `Ulimit` configuration directive. To allow for
same behaviour, use `PodmanArgs`.
  • Loading branch information
tuommaki authored Jan 25, 2024
1 parent f8cdc49 commit c81055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ AddDevice=/dev/vfio/vfio:rw
SecurityLabelDisable=true
# Allow larger memlock limit for QEMU / VFIO use
Ulimit=memlock=-1:-1
PodmanArgs=--ulimit=memlock=-1:-1
# Mount host directory for Gevulot files.
Volume=/var/lib/gevulot:/var/lib/gevulot:z
Expand Down

0 comments on commit c81055a

Please sign in to comment.