Skip to content

Commit 702575b

Browse files
authored
Increase docker shared memory size (#1896)
Signed-off-by: Tushar Goel <[email protected]>
1 parent 735e15e commit 702575b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
volumes:
1010
- db_data:/var/lib/postgresql/data/
1111
- ./etc/postgresql/postgresql.conf:/etc/postgresql/postgresql.conf
12+
shm_size: 1gb
1213

1314
vulnerablecode_redis:
1415
image: redis

0 commit comments

Comments
 (0)