Having a lot of trouble with step functions 8192 c...
# ask-metaflow
r
Having a lot of trouble with step functions 8192 container overrides limit - I know it’s not the first time it’s come up but any suggestions? IncludeFile seems unnecessarily verbose, particularly the note - trying
--package-suffixes
instead although it’s not ideal Has anyone thought about putting the big bash command into a file? We’ve cut down class names, arns, environment variables as much as we reasonably can
1
a
@rhythmic-beach-70913 are you using multiple include files? they are quite voluminous in the space that they take up - if you can reduce their usage, that should help get away from the 8192 limit.
r
only 2 or 3 - but you’re right, it does help a lot to remove them (and keep the file names short as they occur several times) keeping the class name short is our other main technique
👍🏼 1