Skip to content

Commit

Permalink
move shm_size setting to playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Feb 10, 2023
1 parent 164617c commit dfeb969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ansible/deploy-to-node.yaml
Expand Up @@ -82,6 +82,7 @@
interval: 2s
timeout: 2s
retries: 10
shm_size: 1G
loop:
- name: backend
- name: web
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Expand Up @@ -21,7 +21,6 @@ services:
image: ghcr.io/laion-ai/open-assistant/oasst-postgres
pull_policy: always
restart: always
shm_size: 512mb
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit dfeb969

Please sign in to comment.