Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 20, 2023
1 parent 8fc251e commit c34df2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ commands:
config:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
# There are some OOM kill events when using celery executor with the default (currently 1.75Gi) resources
# so we provide more memory
resources:
memory:
limit: '2.5Gi'
roleGroups:
default:
replicas: 2
replicas: 1
{% elif test_scenario['values']['executor'] == 'kubernetes' %}
kubernetesExecutors:
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ spec:
config:
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
# There are some OOM kill events when using celery executor with the default (currently 1.75Gi) resources
# so we provide more memory
resources:
memory:
limit: '2.5Gi'
roleGroups:
default:
replicas: 1
replicas: 2
{% elif test_scenario['values']['executor'] == 'kubernetes' %}
kubernetesExecutors:
config:
Expand Down

0 comments on commit c34df2d

Please sign in to comment.