Preparing to transition from multiprocess executor...
# ask-community
m
Preparing to transition from multiprocess executor to ECS/Fargate, I'd like to know how much RAM my `@op`s need. Does Dagster automatically gather something like the maximum memory used by a step during its execution? (I'm looking at these options as ways I could instrument that myself -- pretty straightforward, just don't want to duplicate work.)
c
iirc we do not instrument on that stuff directly
ty thankyou 1