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
demandé il y a un an970 vues
1 réponse
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
répondu il y a un an
profile pictureAWS
EXPERT
vérifié il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions