From 0e3c06d04078d9356e611e12c98899cabe495586 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 10 Apr 2026 13:37:32 -0500 Subject: [PATCH] Reduce hrrr queue to 1 per pod to prevent OOM Native HRRR files are ~400MB each. At hrrr:5 per pod, 5 concurrent downloads exceed the 4GB pod memory limit causing OOMKilled. --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 2d88779f..74250e02 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -140,7 +140,7 @@ if config_env() == :prod do commercial: 1, solar: 1, weather: 3, - hrrr: 5, + hrrr: 1, terrain: 3, iemre: 3, era5: 2,