Build Failed: build exceeded memory limit and was terminated
I tried the same by increasing --max-old-space-size=8192 but deployment continued to have the same error as stated.
|14:08:46.399|Success: Finished cloning repository files|
|14:18:58.679|Failed: build exceeded memory limit and was terminated|
Deployment id: 9aff3dcd-9f38-4002-93db-5020409e5a8b
node: 18.17
Would appreciate any help.
5 Replies
Anyone can help me in this??? It's quite urgent
You can try deploying from your terminal using
wrangler pages deploy
@cj I am doing the same right now. Its working..
But I want to automate this process. Don't want to run the deploy pipeline manually.
Could you please help me to resolve this issue?? So, that i can automate the code deploy process for my web application.
It's quite urgent. I appreciate if you help me in this
You can use CI/CD to build the app and deploy it. This way the deploy is automated
I am using the same approach if i use CI / CD pipeline then it is showing the above error