<@ULVA73B9P> I'm using serverless push to run flow...
# ask-marvin
a
@Marvin I'm using serverless push to run flows in Azure Container Instances. The containers are exiting with error code 137, which indicates running out of memory. Can I change my deployment settings to run the container instance with more RAM?
m
Yes, you can adjust the deployment settings to allocate more RAM to your Azure Container Instances. However, the specific steps to do this are not directly mentioned in the Prefect documentation. You may need to refer to the Azure Container Instances documentation or Azure CLI documentation for detailed steps on how to allocate more memory to your containers. Here are some useful links from the Prefect documentation that might help you: - Push Work to Serverless Computing Infrastructure - Run an Agent with Azure Container Instances Remember, error code 137 does indicate that your container might be running out of memory. Increasing the memory allocation for your containers in Azure should help resolve this issue.