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
已提問 1 年前檢視次數 970 次
1 個回答
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
已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南