Skip to content

Commit

Permalink
Reduce memory for spark pod to 1Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Dec 12, 2024
1 parent 766bc4b commit eac5322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values-ci-science.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ stream2raw:
raw2science:
cores: "2"
coreRequest: "0"
memory: "3000m"
memory: "3Gi"
instances: "2"

#
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
cores: 1
coreRequest: 0
instances: 1
memory: 1500m
memory: 1Gi
# instances: 1

fink_trigger_update: "2"
Expand Down

0 comments on commit eac5322

Please sign in to comment.