About 439,000 results
Open links in new tab
  1. How to check RAM size? - Ask Ubuntu

    Mar 31, 2017 · What is the command to find the RAM size in my computer? I want to see the result in megabytes (MB).

  2. How can I find out the total physical memory (RAM) of my Linux …

    Dec 3, 2013 · The option --memory simplifies the script but I realized that older releases of that command have no --memory option. My last chance was the getconf command. It reports the …

  3. How can I find Java heap size and memory used (Linux)?

    How can I check heap size (and used memory) of a Java application on Linux through the command line? I have tried through jmap. But it gives information about internal memory …

  4. linux command to get size of files and directories present in a ...

    How can I see the size of files and directories in Linux? If use df -m, then it shows the size of all the directory at the top level, but, for the directories and files inside the directory, how do I …

  5. linux - How can I measure the actual memory usage of an …

    Jul 22, 2017 · How do you measure the memory usage of an application or process in Linux? From the blog article of Understanding memory usage on Linux, ps is not an accurate tool to …

  6. How to Check How Much Ram - Ask Ubuntu

    Sep 25, 2019 · How do i view how much ram is installed on my PC It's supposed to be 8GB but with a command i tried it says 6GB ram and 2GB swap file total used free shared buff/c...

  7. memory management - How to get page size programmatically …

    Feb 3, 2011 · 0 I fear that it is impossible to do as page size is something defined as part of the kernel. page size knowledge is required in case of toolchain also which you use to compile the …

  8. How can I see the memory occupied by a file and folder and also …

    I'm having some files and folders in the "My Documents" directory. What are the commands to see the size of a file and directory in a terminal?

  9. How to find how much RAM does my computer have? - Ask Ubuntu

    May 31, 2013 · Also easy to use commands to check RAM: free -lm Using top command itself or: top | grep -i mem Similar to top but a bit more advanced is htop but the package has to be …

  10. linux - Get total physical memory in Python - Stack Overflow

    Jan 27, 2015 · How can I get the total physical memory within Python in a distribution agnostic fashion? I don't need used memory, just the total physical memory.