From d0bad12a932a09902ed797112dae7880c29d83ca Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 8 Feb 2023 15:52:32 +0200 Subject: [PATCH] Change resources. --- config/defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/defaults.json b/config/defaults.json index 1f7fcade..0a675fbc 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -8,13 +8,13 @@ "ram_per_pod": 4, "cpu_per_pod": 1, "scale_down": 0, - "disk_size": "200" + "disk_size": "100" }, "stream_apps_gh_runners": { "pods_per_job": 1, "ram_per_pod": 2, "cpu_per_pod": 2, - "machine_type": "e2-highcpu-16", + "machine_type": "e2-highcpu-8", "runner_scaling": "manual", "scale_down": 1, "arc_version": "v0.27.0",