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
1 changed files with 1 additions and 1 deletions

View File

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