You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I attempt to deploy ANY app or service I get this error:
Steps to Reproduce
Attempt to deploy any service/app
Example Repository URL
No response
Coolify Version
v4.0.0-beta.390
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
Coolify Server: Ubuntu 24.04.1 LTS - Docker 27.0.3
Server that runs the apps: Ubuntu 22.04.3 LTS - Docker 24.0.9
Sorry I can't provide more details, one of my apps crashed from an issue on the code and I haven't been able to re-deploy it or anything else again. I haven't done any changes in my configuration or the servers and I was able to deploy stuff about 3-4 days ago just fine.
I am happy to provide any more information requested.
The text was updated successfully, but these errors were encountered:
alepouna
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Feb 6, 2025
This issue is related to memory limitations on the services, I didn't have any limits on my services and the fields here were emtpy, to tease curiosity after the help of iiamloz on Discord, I've set both values to 1g and now services deploy again.
When clearing the values on the UI, it's automatically set to 0, when deploying the service again it shows this error:
Error response from daemon: You should always set the Memory limit when using Memoryswap limit, see usage
Deployment failed. Removing the new version of your application.
A UI limit needs to be added to prevent a value below 6MB in this case from being set, or for this to be handled by Coolify in the backend when starting the service and prevent such crashes.
Error Message and Logs
Whenever I attempt to deploy ANY app or service I get this error:
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.390
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
Coolify Server: Ubuntu 24.04.1 LTS - Docker 27.0.3
Server that runs the apps: Ubuntu 22.04.3 LTS - Docker 24.0.9
Sorry I can't provide more details, one of my apps crashed from an issue on the code and I haven't been able to re-deploy it or anything else again. I haven't done any changes in my configuration or the servers and I was able to deploy stuff about 3-4 days ago just fine.
I am happy to provide any more information requested.
The text was updated successfully, but these errors were encountered: