anyone encountering the following error for a bran...
# dagster-plus
y
anyone encountering the following error for a branch deployment?
Multiprocess executor: child process for step process_files unexpectedly exited with code -9
from a
ChildProcessCrashException
previously ran into something similar where support mentioned that there was a known issue in which runs were given less memory than expected. not sure if it's the same problem again
p
If you are on serverless, you might want to make sure you kick off memory intensive runs with the ‘Isolate Run Environment’ option checked. You can set this in the launchpad for op-based jobs, or by shift-clicking the
Materialize
button in launch pad for asset-based jobs.
y
thanks. wasn't expecting this process to be memory intensive, since it ran fine in a branch deployment previously.