From 1ba5772743c0a22a6822569f27240fff70a7c6e3 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Thu, 16 Jul 2020 22:32:16 +0200 Subject: [PATCH] Tweak resources a little more --- infrastructure/docker-compose.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 0c2f5e8..e397111 100644 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -11,11 +11,11 @@ services: replicas: 2 resources: limits: - cpus: "0.3" - memory: 128M + cpus: "0.6" + memory: 32M reservations: - cpus: "0.3" - memory: 128M + cpus: "0.2" + memory: 32M update_config: parallelism: 1 failure_action: rollback @@ -40,10 +40,10 @@ services: resources: limits: cpus: "0.05" - memory: 16M + memory: 64M reservations: cpus: "0.05" - memory: 16M + memory: 64M restart_policy: condition: on-failure window: 30s @@ -61,11 +61,11 @@ services: replicas: 2 resources: limits: - cpus: "0.15" - memory: 64M + cpus: "0.1" + memory: 32M reservations: - cpus: "0.15" - memory: 64M + cpus: "0.1" + memory: 32M update_config: parallelism: 1 failure_action: rollback