When deploying an application, if there is an issue with the build process, you may see the following error:
The build failed because the process exited too early. This probably means the system ran out of memory or someone called
kill -9
on the process.
This is usually caused due to insufficient system memory in the build machine for the application.
To resolve this error, increase the size of your application’s build machine. Go to Processes, click Update build, choose a larger build machine, and click Update build again to confirm the change.