Skip to content

Commit e1b7370

Browse files
committed
fix: increase scheduler default memory 1GB -> 1.2GB (3.2.2 OOM crashes)
1 parent 98c88df commit e1b7370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ fn default_resources(role: &AirflowRole) -> ResourcesFragment<AirflowStorageConf
937937
max: Some(Quantity("2".to_owned())),
938938
},
939939
MemoryLimitsFragment {
940-
limit: Some(Quantity("1Gi".to_owned())),
940+
limit: Some(Quantity("1.2Gi".to_owned())),
941941
runtime_limits: NoRuntimeLimitsFragment {},
942942
},
943943
),

0 commit comments

Comments
 (0)