add shm_size in overrides
This commit is contained in:
parent
2b6c5c94f9
commit
a2dfab971d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
# If you use a config generator, use the value below for your
|
||||||
|
# "ram" size
|
||||||
|
shm_size: 4gb
|
||||||
command:
|
command:
|
||||||
- "postgres"
|
- "postgres"
|
||||||
- "-c"
|
- "-c"
|
||||||
|
|
Loading…
Reference in a new issue