Terminated by SIGKILL

What This Error Means

The Terminated by SIGKILL error occurs when your application exceeds the allocated memory limits. CloudStation automatically stops processes that surpass the available RAM to prevent system instability.

Terminated by SIGKILL


Causes of the Error

Your application may have been terminated due to one of the following reasons:

  • The process consumed more memory than the allocated limit.
  • A memory-intensive operation caused excessive RAM usage.
  • Insufficient memory allocation for your service.

How to Fix the Error

To prevent this error, you need to increase the memory allocation for your service.

Solution:

  1. Go to the Deploy Settings:

    • Navigate to Deploy Settings > Resources in your CloudStation dashboard.
  2. Update RAM Allocation:

    • Click the Configure RAM button.
    • Adjust the allocated RAM to a higher limit based on your application's needs.
    • Save the changes.
  3. Restart Your Service:

    • After adjusting the RAM, redeploy your application to apply the new memory limits.

Additional Support

If you're unsure about the ideal RAM allocation for your service, check your usage metrics or reach out to CloudStation Support.

By increasing the memory limit, you can avoid unexpected terminations and ensure smooth performance for your application.


Edit this file on GitHub