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.
This commit is contained in:
parent
b5d33def74
commit
0e3c06d040
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ if config_env() == :prod do
|
||||||
commercial: 1,
|
commercial: 1,
|
||||||
solar: 1,
|
solar: 1,
|
||||||
weather: 3,
|
weather: 3,
|
||||||
hrrr: 5,
|
hrrr: 1,
|
||||||
terrain: 3,
|
terrain: 3,
|
||||||
iemre: 3,
|
iemre: 3,
|
||||||
era5: 2,
|
era5: 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue