Is there a recommended resources standard for a fl...
# flyte-support
i
Is there a recommended resources standard for a flyte-binary install? I've got it up and running, but executing a simple workflow fails immediately with a OOMKilled error. I currently am using the default values.yaml file. I also see some past threads where memory wasn't always the actual cause. Looking for any sort of direction, thanks.
a
@icy-queen-60245 try bumping to
Copy code
resources:
    requests:
      cpu: "4"
      memory: "4Gi"
It should be the default once this PR is merged