본문 바로가기
카테고리 없음

우분투 리눅스 메모리 용량 확인 및 슬롯별 메모리 인식확인

by pagehit 2019. 8. 6.
반응형
$ sudo lshw -class memory
$ free -mega

첫 번째 명령어로 메모리 슬롯 번호별로 확인할 수 있다. 

두 번째 명령어로 전체 메모리 용량을 확인할 수 있다.

첫 번째 명령어 결과는 아래처럼 나온다.

 *-memory
       description: System Memory
       physical id: 42
       slot: System board or motherboard
       size: 16GiB
     *-bank:0
          description: [empty]
          physical id: 0
          slot: ChannelA-DIMM1
     *-bank:1
          description: [empty]
          physical id: 1
          slot: ChannelA-DIMM2
     *-bank:2
          description: [empty]
          physical id: 2
          slot: ChannelB-DIMM1
     *-bank:3
          description: DIMM Synchronous 2666 MHz (0.4 ns)
          product: M378A2K43CB1-CTD
          vendor: Samsung
          physical id: 3
          serial: 31E3517E
          slot: ChannelB-DIMM2
          size: 16GiB
          width: 64 bits
          clock: 2666MHz (0.4ns)

총 네 개의 슬롯에 하나의 메모리가 꼽혀있다.

 

반응형

댓글