Skip to content

Commit 2d586c2

Browse files
committed
test: Increase schedule memory limit
Keeps getting OOMKilled in the logging test since Airflow 3.2
1 parent 9584aab commit 2d586c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/logging/41-install-airflow-cluster.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ spec:
271271
min: 1000m
272272
max: 2000m
273273
memory:
274-
limit: 1Gi
274+
limit: 2Gi
275275
roleGroups:
276276
automatic-log-config:
277277
replicas: 1

0 commit comments

Comments
 (0)