Why my EC2 instance have less RAM as instance type

0

When I check Ram on ec2 instance directly then I got this output. ( see bellow) Mem: 373G 85G 219G 2.8M 68G 285G Swap: 0B 0B 0B

Why I have on ec2 just 373 RAM when based on instance type should have 384 RAM ? "i3en.12xlarge RAM = 384"

lgriger
preguntada hace un año970 visualizaciones
1 Respuesta
1

When using commands such as free -h the total memory is what is available for usage to applications. It is not the total memory that the underlying virtual machine has been provisioned with. The difference exists as some part of that memory is used by the linux kernel. More details can be seen in this Ubuntu forum post: https://askubuntu.com/questions/743649/new-16gb-of-ram-installed-yet-i-see-15-3-on-my-system-why/743669#743669

AWS
dsp
respondido hace un año
profile pictureAWS
EXPERTO
revisado hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas