Skip to content

Commit

Permalink
Adjust default Calrissian pod resource limits to 1024 Mi RAM, 2 vCPU
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Mar 1, 2024
1 parent 26a20c4 commit 6b9bb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/eoepca/eoepca-options
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ if [ -z "${_EOEPCA_OPTIONS_}" ]; then
export RESOURCE_CATALOGUE_STORAGE="${RESOURCE_CATALOGUE_STORAGE:-${DEFAULT_STORAGE}}"

# ADES
export PROCESSING_MAX_RAM="${PROCESSING_MAX_RAM:-8192}" # units Mi
export PROCESSING_MAX_CORES="${PROCESSING_MAX_CORES:-4}"
export PROCESSING_MAX_RAM="${PROCESSING_MAX_RAM:-1024}" # units Mi
export PROCESSING_MAX_CORES="${PROCESSING_MAX_CORES:-2}"
export PROCESSING_ZOO_IMAGE="${PROCESSING_ZOO_IMAGE:-eoepca-092ea7a2c6823dba9c6d52c383a73f5ff92d0762}"
export STAGEOUT_TARGET="${STAGEOUT_TARGET:-workspace}"

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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`)
* **[FIX]** Correct default value of `PROCESSING_MAX_RAM` to the integer value in Mi `1024` (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 6b9bb45

Please sign in to comment.