총 메모리가 실제 보유 메모리보다 낮습니다.

총 메모리가 실제 보유 메모리보다 낮습니다.

uname -a :Linux amro 5.1.14-arch1-1-ARCH #1 SMP PREEMPT Sat Jun 22 16:28:48 UTC 2019 x86_64 GNU/Linux

8GB 램 1개를 구매했는데 KSysGuard에서는 총 5.8GB라고 합니다.

/proc/meminfo에 따르면 6GB라고 나와 있습니다.

MemTotal:        6113940 kB

무료 -m

             total        used        free      shared  buff/cache   available
Mem:           5970        1832        2567         151        1569        3709
Swap:          1023           0        1023

그러나 dmidecode는 올바른 값을 말합니다

dmidecode -t 메모리

# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.

Handle 0x000F, DMI type 16, 23 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 256 GB
    Error Information Handle: 0x000E
    Number Of Devices: 2

Handle 0x0016, DMI type 17, 40 bytes
Memory Device
    Array Handle: 0x000F
    Error Information Handle: 0x0015
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 8192 MB
    Form Factor: DIMM
    Set: None
    Locator: DIMM 0
    Bank Locator: P0 CHANNEL A
    Type: DDR4
    Type Detail: Synchronous Unbuffered (Unregistered)
    Speed: 2133 MT/s
    Manufacturer: Unknown
    Serial Number: 00000000
    Asset Tag: Not Specified
    Part Number: CMK8GX4M1D3000C16   
    Rank: 1
    Configured Memory Speed: 1067 MT/s
    Minimum Voltage: 1.2 V
    Maximum Voltage: 1.2 V
    Configured Voltage: 1.2 V

이게 정상인가요? 아니면 내 램 스틱에 문제가 있는 걸까요? 도와 주셔서 감사합니다.

더 많은 정보

dmidecode -t 베이스보드

# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.8 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
    Manufacturer: Micro-Star International Co., Ltd.
    Product Name: B450M GAMING PLUS (MS-7B87)
    Version: 1.0
    Serial Number: J216413997
    Asset Tag: To be filled by O.E.M.
    Features:
        Board is a hosting board
        Board is replaceable
    Location In Chassis: To be filled by O.E.M.
    Chassis Handle: 0x0003
    Type: Motherboard
    Contained Object Handles: 0

Handle 0x0033, DMI type 41, 11 bytes
Onboard Device
    Reference Designation: Broadcom 5762
    Type: Ethernet
    Status: Enabled
    Type Instance: 1
    Bus Address: 0000:16:00.0

Handle 0x0034, DMI type 41, 11 bytes
Onboard Device
    Reference Designation: Realtek ALC898
    Type: Sound
    Status: Enabled
    Type Instance: 1
    Bus Address: 0000:38:00.6

(@Señor CMasMas는 공유 그래픽 메모리가 될 수 있다고 언급했습니다. 저는 iGPU를 사용하고 있기 때문에 그럴 수도 있다고 생각합니다.)

sudo dmesg | 그렙 VRAM

[    3.849314] amdgpu 0000:38:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    3.849321] [drm] Detected VRAM RAM=2048M, BAR=2048M
[    3.849438] [drm] amdgpu: 2048M of VRAM memory ready

답변1

문제를 파악하는 데 도움을 준 @SeñorCMasMas 및 @NatalieAdams에게 감사드립니다.

문제는 2GB가 공유 그래픽 메모리로 사용되고 있다는 점이었습니다. BIOS에서 버퍼 크기를 변경하고 더 낮게 만들어 이를 확인했습니다.

관련 정보