Skip to content

Commit 3bfec3f

Browse files
committed
DAS-2293: nudge memory limit from 20Gi to 24Gi for smap-l2-gridder
The SPL2SMA is a 3km grid with almost 70 variables which requires a lot of memory to process.
1 parent c93d3ed commit 3bfec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/harmony/env-defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,6 @@ OPERA_RTC_S1_BROWSE_SERVICE_QUEUE_URLS='["ghcr.io/asfhyp3/opera-rtc-s1-browse:la
547547

548548
HARMONY_SMAP_L2_GRIDDER_IMAGE=ghcr.io/nasa/harmony-smap-l2-gridder:latest
549549
HARMONY_SMAP_L2_GRIDDER_REQUESTS_MEMORY=128Mi
550-
HARMONY_SMAP_L2_GRIDDER_LIMITS_MEMORY=16Gi
550+
HARMONY_SMAP_L2_GRIDDER_LIMITS_MEMORY=24Gi
551551
HARMONY_SMAP_L2_GRIDDER_INVOCATION_ARGS='python -m harmony_service'
552552
HARMONY_SMAP_L2_GRIDDER_SERVICE_QUEUE_URLS='["ghcr.io/nasa/harmony-smap-l2-gridder:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/harmony-smap-l2-gridder.fifo"]'

0 commit comments

Comments
 (0)