diff --git a/ENV_CHANGELOG.md b/ENV_CHANGELOG.md index d049c4d38..87a125623 100644 --- a/ENV_CHANGELOG.md +++ b/ENV_CHANGELOG.md @@ -2,6 +2,10 @@ Any changes to the environment variables will be documented in this file in chronological order with the most recent changes first. +## 2025-10-23 +### Changed +- OPERA_RTC_S1_BROWSE_LIMITS_MEMORY - Increased to 2Gi to fix out-of-memory issues. + ## 2025-10-14 ### Changed - `SDS_MASKFILL_...` environment variables have been updated to `MASKFILL_...` diff --git a/packages/util/.nsprc b/packages/util/.nsprc index ef4cc9ce1..254d31dd0 100644 --- a/packages/util/.nsprc +++ b/packages/util/.nsprc @@ -3,5 +3,11 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } diff --git a/services/cron-service/.nsprc b/services/cron-service/.nsprc index aecf95374..25cd0b308 100644 --- a/services/cron-service/.nsprc +++ b/services/cron-service/.nsprc @@ -3,5 +3,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/harmony/.nsprc b/services/harmony/.nsprc index fc07d6d96..e3e9fa0bb 100644 --- a/services/harmony/.nsprc +++ b/services/harmony/.nsprc @@ -8,5 +8,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/harmony/env-defaults b/services/harmony/env-defaults index aed91913f..6f87e976e 100644 --- a/services/harmony/env-defaults +++ b/services/harmony/env-defaults @@ -546,7 +546,7 @@ NET2COG_QUEUE_URLS='["ghcr.io/podaac/net2cog:SIT,http://sqs.us-west-2.localhost. OPERA_RTC_S1_BROWSE_IMAGE=ghcr.io/asfhyp3/opera-rtc-s1-browse:latest OPERA_RTC_S1_BROWSE_REQUESTS_MEMORY=512Mi -OPERA_RTC_S1_BROWSE_LIMITS_MEMORY=512Mi +OPERA_RTC_S1_BROWSE_LIMITS_MEMORY=2Gi OPERA_RTC_S1_BROWSE_INVOCATION_ARGS='/usr/local/bin/_entrypoint.sh python -m opera_rtc_s1_browse.harmony_service' OPERA_RTC_S1_BROWSE_SERVICE_QUEUE_URLS='["ghcr.io/asfhyp3/opera-rtc-s1-browse:latest,http://sqs.us-west-2.localhost.localstack.cloud:4566/000000000000/opera-rtc-s1-browse.fifo"]' diff --git a/services/query-cmr/.nsprc b/services/query-cmr/.nsprc index aecf95374..25cd0b308 100644 --- a/services/query-cmr/.nsprc +++ b/services/query-cmr/.nsprc @@ -3,5 +3,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/service-runner/.nsprc b/services/service-runner/.nsprc index acda6cf35..80718cb7a 100644 --- a/services/service-runner/.nsprc +++ b/services/service-runner/.nsprc @@ -13,5 +13,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/work-failer/.nsprc b/services/work-failer/.nsprc index aecf95374..25cd0b308 100644 --- a/services/work-failer/.nsprc +++ b/services/work-failer/.nsprc @@ -3,5 +3,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/work-scheduler/.nsprc b/services/work-scheduler/.nsprc index acda6cf35..80718cb7a 100644 --- a/services/work-scheduler/.nsprc +++ b/services/work-scheduler/.nsprc @@ -13,5 +13,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file diff --git a/services/work-updater/.nsprc b/services/work-updater/.nsprc index aecf95374..25cd0b308 100644 --- a/services/work-updater/.nsprc +++ b/services/work-updater/.nsprc @@ -3,5 +3,10 @@ "active": true, "notes": "Will fix in HARMONY-2195", "expiry": "2026-02-01" + }, + "1109241": { + "active": true, + "notes": "Will fix in HARMONY-2207", + "expiry": "2026-02-01" } } \ No newline at end of file