Skip to content

Commit

Permalink
Changed hms-housekeeper heapsize since it is low memory container
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 committed Jun 20, 2024
1 parent 885df76 commit 81067d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.1.9] - 2024-06-20
### Fixed
- Housekeeper deployment should not use common `HADOOP_HEAPSIZE` variable since it is a low memory container.

## [7.1.8] - 2024-06-19
### Added
- `hms_housekeeper_additional_environment_variables` variable to provide ability to add a list of environment variables in `hms-housekeeper` deployment.
Expand Down
2 changes: 1 addition & 1 deletion k8s-housekeeper.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "kubernetes_deployment_v1" "apiary_hms_housekeeper" {
}
env {
name = "HADOOP_HEAPSIZE"
value = local.hms_rw_heapsize
value = "1740"
}
env {
name = "AWS_REGION"
Expand Down

0 comments on commit 81067d1

Please sign in to comment.