File tree Expand file tree Collapse file tree
rust/operator-binary/src/crd Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727- BREAKING: Removed product-config machinery. This is a breaking change in terms of configuration.
2828 Users relying on the product-config ` properties.yaml ` file have to set these properties via the CRD.
2929 The ` --product-config ` CLI flag is now a no-op ([ #804 ] ).
30- - Increase the Scheduler default resources from 1GB -> 1.2GB memory ([ #804 ] ).
30+ - Increase the Scheduler default resources from 1GB -> 1.5GB memory ([ #804 ] ).
3131
3232### Fixed
3333
Original file line number Diff line number Diff 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 ( "1.2Gi " . to_owned ( ) ) ) ,
940+ limit : Some ( Quantity ( "1.5Gi " . to_owned ( ) ) ) ,
941941 runtime_limits : NoRuntimeLimitsFragment { } ,
942942 } ,
943943 ) ,
You can’t perform that action at this time.
0 commit comments