Results 1 to 5 of 5

Thread: How to find out capacity and type of RAM in linux

  1. #1
    Join Date
    Dec 2007
    Beans
    177

    How to find out capacity and type of RAM in linux

    Hi, is there any command to find out capacity of RAM and frequency, or more?

  2. #2
    Join Date
    Sep 2008
    Location
    Ohio
    Beans
    963
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to find out capacity and type of RAM in linux

    Code:
    sudo lshw -C memory
    There are also several GUI tools, such as hardinfo and sysinfo.

  3. #3
    Join Date
    Sep 2005
    Location
    Portland, OR USA
    Beans
    537

    Re: How to find out capacity and type of RAM in linux

    lshw is awesome. I usually do something like:

    Code:
    sudo lshw > hardware.txt
    then

    Code:
    gedit hardware.txt
    It will give you a lot of info on the system--not just the ram.

  4. #4
    Join Date
    Aug 2009
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How to find out capacity and type of RAM in linux

    There are different RAMs DDR,DDR1,DDR2,DDR3 etc etc..I want to identify the type of RAM i use,how it can be done...?How to identify..?

  5. #5
    pricetech is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Beans
    1,651

    Re: How to find out capacity and type of RAM in linux

    Look in the BIOS for that information.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •