These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can add a .user.ini file to your codebase with something like memory_limit=512M in it to set an explicit memory limit. Alternatively you could update your run command to be prefixed with an equivalent echo 'memory_limit=512M' > .user.ini && . Unfortunately, setting the COMPOSER_MEMORY_LIMIT environment variable isn’t currently working as you’d expect in the PHP buildpack.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.