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.