Skip to content

Commit

Permalink
DAS-2095: Update memory limits for Trajectory Subsetter (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Feb 21, 2024
1 parent 75f2f52 commit 0cd4b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ENV_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Any changes to the environment variables will be documented in this file in chronological
order with the most recent changes first.

## 2024-02-19
### Changed
- TRAJECTORY_SUBSETTER_LIMITS_MEMORY - Increased to 8Gi to accommodate large GEDI L1B files.


## 2024-01-23
### Changed
- HYBIG_IMAGE to point to ghcr.io hosted image.
Expand Down
2 changes: 1 addition & 1 deletion services/harmony/env-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ TRAJECTORY_SUBSETTER_IMAGE=sds/trajectory-subsetter:latest
TRAJECTORY_SUBSETTER_REQUESTS_CPU=128m
TRAJECTORY_SUBSETTER_REQUESTS_MEMORY=128Mi
TRAJECTORY_SUBSETTER_LIMITS_CPU=128m
TRAJECTORY_SUBSETTER_LIMITS_MEMORY=512Mi
TRAJECTORY_SUBSETTER_LIMITS_MEMORY=8Gi
TRAJECTORY_SUBSETTER_INVOCATION_ARGS='python harmony_service/adapter.py'

PODAAC_CONCISE_IMAGE=ghcr.io/podaac/concise:sit
Expand Down

0 comments on commit 0cd4b82

Please sign in to comment.