'How to acees the exact total memory from vagrant VM
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
Solution 1:[1]
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/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | tintin |
