0

Ex : here I am able to see the base memory in vagrant machine 11800 Is there any Linux or any other command to extract this memory value it should retrive 11800

1 Answers1

0

Do you want to know how much memory is available during/after provisioning, when you get a shell on the machine ?

Then it would be the free command I guess : https://linuxize.com/post/free-command-in-linux/

tintin
  • 1
  • 2
  • When I tried with free command it was showing total memory 11495 mb instead of 11800 waht will be the issue? How I can get exact 11800 mb – praveen pattar Apr 19 '22 at 13:36