Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

elastic beanstalk Enhanced Health Overview : memory is in use

it seems to me that the new elastic beanstalk Enhanced Health Overview always complaining about memory usage is there any real solution to by pass this?

like image 789
احمد سالم Avatar asked Sep 05 '25 17:09

احمد سالم


1 Answers

In the context of enhanced health for elastic beanstalk environments, a low memory warning indicates that the processes running on your system are consuming too much memory. You should ssh to the instance and see the memory usage for individual processes. You might want to switch to a bigger instance type with more RAM if your processes take a lot of memory.

like image 126
Rohit Banga Avatar answered Sep 07 '25 17:09

Rohit Banga