mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
(maint) Remove invokedymanicyield=false that was a workaround for jruby-9.2
This commit is contained in:
parent
85c9b57581
commit
f0be6484cf
7 changed files with 36 additions and 27 deletions
|
|
@ -3,7 +3,7 @@ name: vmpooler
|
|||
description: A Helm chart to deploy vmpooler
|
||||
type: application
|
||||
icon: https://github.com/puppetlabs/vmpooler/raw/master/lib/vmpooler/public/img/logo.png
|
||||
version: 1.17.0
|
||||
version: 1.18.0
|
||||
appVersion: 1.7.0-prod-all-providers
|
||||
dependencies:
|
||||
- name: redis
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ spec:
|
|||
- name: AWS_KEY_FILE_LOCATION
|
||||
value: '{{ .Values.ec2.keyfile }}'
|
||||
- name: JRUBY_OPTS
|
||||
value: '-J-XX:+UseG1GC -Xinvokedynamic.yield=false'
|
||||
value: '-J-XX:+UseG1GC'
|
||||
- name: TASK_LIMIT
|
||||
value: '30'
|
||||
- name: MIGRATION_LIMIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue