From dc6cd79d254b76d326e3a09215e6853ee40df12d Mon Sep 17 00:00:00 2001 From: NathanFlurry Date: Sun, 24 Mar 2024 02:29:33 +0000 Subject: [PATCH] fix: increase default api-route resources for distributed (#559) ## Changes --- svc/api/route/Service.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svc/api/route/Service.toml b/svc/api/route/Service.toml index 17097d2c63..74b3c60238 100644 --- a/svc/api/route/Service.toml +++ b/svc/api/route/Service.toml @@ -20,6 +20,6 @@ cpu = 50 memory = 64 [resources.distributed] -cpu = 250 -memory = 256 +cpu = 1000 +memory = 512