]> cat aescling's git repositories - mastodon.git/commitdiff
increase the postgres container shm_size from 64mb to 256mb (#13451)
authorMatej Ľach <MatejLach@users.noreply.github.com>
Sun, 12 Apr 2020 14:41:54 +0000 (15:41 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 14:41:54 +0000 (16:41 +0200)
docker-compose.yml

index 20649e4245c06749c836d7cdef36baaecfa424d2..b415782741d80a354ec78b1e8b59754a528f69cd 100644 (file)
@@ -4,6 +4,7 @@ services:
   db:
     restart: always
     image: postgres:9.6-alpine
+    shm_size: 256mb
     networks:
       - internal_network
     healthcheck: