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
feita há um ano970 visualizações
1 Resposta
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 há um ano
profile pictureAWS
ESPECIALISTA
avaliado há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas