Commit 10f1357c authored by nimrod's avatar nimrod
Browse files

Set a higher `shm_size`.

To deal with the `could not resize shared memory segment No space left
on device` error from postgres during backup.
parent ff6dad39
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ services:
      timeout: 30s
    ports:
      - '2222:22'
    shm_size: "512mb"
    volumes:
      - config:/etc/gitlab
      - data:/var/opt/gitlab