Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Could not successfully deploy #33

Closed
PankajJaswalDrish opened this issue Dec 3, 2020 · 2 comments
Closed

Could not successfully deploy #33

PankajJaswalDrish opened this issue Dec 3, 2020 · 2 comments
Labels

Comments

@PankajJaswalDrish
Copy link

We followed the same steps as described in Github Readme file.

We successfully deploy the github code to IBM cloud but the node-red app is stopped. I tried to run but it process the first stage and when it came to the second stage it failed again and again.

An error message is pop on my screen:

"Error : An error occurred performing the operation. Try again later.
Description:
You have exceeded your organization's memory limit: app requested more memory than available (CF-AppMemoryQuotaExceeded - 100005)"

Please guide or help me out from this problem.

Thanks & Regards
Pankaj Jaswal

@knolleary
Copy link
Contributor

Hi @PankajJaswalDrish

the default behaviour of the pipeline is to start a second copy of the application, verify its deployed successfully and then switch the routes over from the old instance to the new instance and delete the old instance.

This means, for a short period of time, there will be two copies of the app running.

You are hitting this error because your account does not have the spare memory available to run the second copy.

The workaround is to manually stop your Node-RED application first (stopped apps don't count towards your memory usage) - you will then be able to run the deploy.

@github-actions
Copy link

github-actions bot commented Jan 3, 2021

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants