mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -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
|
|
@ -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