Increase SHM size

This commit is contained in:
Alex D. 2024-09-04 13:27:13 +00:00
parent ddb7e931bc
commit 2aa363a20e
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

View File

@ -5,7 +5,7 @@ podman create \
--read-only \ --read-only \
--network=host \ --network=host \
--userns=keep-id:uid=10000 \ --userns=keep-id:uid=10000 \
--shm-size=1g \ --shm-size=8g \
--restart=on-failure:5 \ --restart=on-failure:5 \
-e DISPLAY="$DISPLAY" \ -e DISPLAY="$DISPLAY" \
-v '/sys:/sys' \ -v '/sys:/sys' \