Open captchaunited opened 2 years ago
Can you share a reproduction repo?
I am also finding that the 7GB box provided by github actions is running out of memory when we try to generate our gql during CI.
Actually, we just discovered we were running code formatting with prettier on all of the generated files. Its hard to tell in our CI process if not running prettier solved our memory problems, but it made generating graphql files a hell of a lot faster at least.
Apparently 9gb is not enough memory for this script to generate based on ~100 graphql queries.