How to acees the exact total memory from vagrant VM

48 Views Asked by At

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

There are 1 best solutions below

1
On

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/