Commit c6af49bf376ce85ffb9029aeb03e9bb23ee73f97

Authored by pyros_astroguita
1 parent 2d1bc05b
Exists in dev

Increase memory limit to 32gb, pyros will be fastergit push

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/docker-compose.yml
... ... @@ -133,7 +133,7 @@ services:
133 133 resources:
134 134 limits:
135 135 cpus: '1'
136   - memory: 8GB
  136 + memory: 32GB
137 137 #pids: 1
138 138 # create network to allow images to communicate with other images within the same network
139 139 # networks:
... ...