/dev/shm recommendation is too small
Ran into this issue: gitlab-org/omnibus-gitlab#5476
`{"severity":"WARN","time":"2025-03-14T13:39:07.428Z","message":"writing value to /dev/shm/gitlab/puma/gauge_all_puma_master-0.db failed with unmapped file"}`
using fresh docker compose of image `image: gitlab/gitlab-ee:17.9.1-ee.0`
```295032:/dev/shm
root@gitlab-us:/# df -h /dev/shm
Filesystem Size Used Avail Use% Mounted on
shm 2.0G 289M 1.8G 15% /dev/shm
```
The docs need updated to 384m? https://docs.gitlab.com/install/docker/installation/
issue