Skip to content

Commit

Permalink
Merge pull request #648 from RafalKorepta/rk/bump-java-heap
Browse files Browse the repository at this point in the history
Increase default memory limit for connectors
  • Loading branch information
Rafal Korepta authored Aug 8, 2023
2 parents 73ee7f2 + 96d2eae commit 5a857c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/connectors/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 0.1.3
version: 0.1.4

# The app version is the default version of Redpanda Connectors to install.
appVersion: v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions charts/connectors/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ container:
resources:
request:
cpu: 1
memory: 2Gi
memory: 2350Mi
limits:
cpu: 1
memory: 2Gi
memory: 2350Mi
# -- Java maximum heap size can not be greater than $container.resources.limits.memory
javaMaxHeapSize: 2G
javaGCLogEnabled: "false"
Expand Down

0 comments on commit 5a857c9

Please sign in to comment.