Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(qs-updater): increase jvm heap size #1246

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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