Skip to content

Commit 8468d5d

Browse files
authored
airflow-scheduled-job: increase scheduler memory limit (#172)
increase scheduler memory limit
1 parent a94a312 commit 8468d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/demos/pages/airflow-scheduled-job.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This demo should not be run alongside other demos.
1919
To run this demo, your system needs at least:
2020

2121
* 2.5 https://kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#cpu[cpu units] (core/hyperthread)
22-
* 9GiB memory
22+
* 10GiB memory
2323
* 24GiB disk storage
2424
2525
== Overview

stacks/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
min: 400m
3434
max: "1"
3535
memory:
36-
limit: 1Gi
36+
limit: 2Gi
3737
gracefulShutdownTimeout: 30s
3838
roleGroups:
3939
default:

0 commit comments

Comments
 (0)