Skip to content

Commit

Permalink
chore(qs-updater): increase jvm heap size (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Nov 8, 2023
1 parent 91429b0 commit c15b1b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# local resembles production so this file is empty
app:
extraJvmOpts: "-XshowSettings:vm -XX:+UseContainerSupport -XX:+ExitOnOutOfMemoryError -Xms15m -Xmx30m -XX:MetaspaceSize=20m -XX:MaxMetaspaceSize=30m"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ app:
loopLimit: 100
getBatchesEndpoint: http://api-app-backend.default.svc.cluster.local/backend/qs/getBatches
wikibaseScheme: http
extraJvmOpts: "-XshowSettings:vm -XX:+UseContainerSupport -XX:+ExitOnOutOfMemoryError -Xms64m -Xmx128m -XX:MetaspaceSize=20m -XX:MaxMetaspaceSize=30m"

resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# staging resembles production so this file is empty
app:
extraJvmOpts: "-XshowSettings:vm -XX:+UseContainerSupport -XX:+ExitOnOutOfMemoryError -Xms15m -Xmx30m -XX:MetaspaceSize=20m -XX:MaxMetaspaceSize=30m"
2 changes: 1 addition & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ releases:
- name: queryservice-updater
namespace: default
chart: wbstack/queryservice-updater
version: 0.1.2
version: 0.2.0
<<: *default_release

- name: tool-cradle
Expand Down

0 comments on commit c15b1b0

Please sign in to comment.