Skip to content

Commit

Permalink
Correction to variable PROCESSING_MAX_RAM to use the correct integer …
Browse files Browse the repository at this point in the history
…units
  • Loading branch information
rconway committed Mar 1, 2024
1 parent 164bbaf commit 26a20c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/eoepca/eoepca-options
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ -z "${_EOEPCA_OPTIONS_}" ]; then
export RESOURCE_CATALOGUE_STORAGE="${RESOURCE_CATALOGUE_STORAGE:-${DEFAULT_STORAGE}}"

# ADES
export PROCESSING_MAX_RAM="${PROCESSING_MAX_RAM:-8Gi}"
export PROCESSING_MAX_RAM="${PROCESSING_MAX_RAM:-8192}" # units Mi
export PROCESSING_MAX_CORES="${PROCESSING_MAX_CORES:-4}"
export PROCESSING_ZOO_IMAGE="${PROCESSING_ZOO_IMAGE:-eoepca-092ea7a2c6823dba9c6d52c383a73f5ff92d0762}"
export STAGEOUT_TARGET="${STAGEOUT_TARGET:-workspace}"
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
The following provides a summary of changes since the last release (v1.4)...

* **[FIX]** Update Application Hub to chart version `2.0.57` to fix hard-coded ingress namespace
* **[FIX]** Correct default value of `PROCESSING_MAX_RAM` to the integer value in Mi `8192` (was string `8Gi`)

The Deployment Guide captures each release of the EOEPCA Reference Implementation, by providing for each version...

Expand Down

0 comments on commit 26a20c4

Please sign in to comment.