You are not logged in.
Pages: 1
I have a 8gb stick of DDR4 ram in my pc and whenever I try and I found this problem whenever I tried virtualising windows and mac and when i was in system monitor that i cant access all 8gb of ram. I looked on other forums and they had a problem when there ram wasnt seated properly so I tried that and nothing changed and then I tried: free -m and this was the result
total used free shared buff/cache available
Mem: 4869 761 3687 11 419 3865
Swap: 0 0 0
I tried searching for how to reduce reserved ram and have came out with nothing I have also tried: sudo sysctl -w vm.swappiness=100 and nothing changed. I also tried adding mem=8G to the GRUB_CMDLINE_LINUX_DEFAULT line and nothing changed.
how can I fix this?
Last edited by BrooklynOC (2020-12-23 08:04:59)
Offline
Please post the output of `cat /proc/meminfo` in [ code ] tags. And please take the time to use some appropriate punctuation in your posts.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Also the output of `dmesg`.
Offline
Please post the output of `cat /proc/meminfo` in [ code ] tags. And please take the time to use some appropriate punctuation in your posts.
The result is this:
MemTotal: 4985964 kB
MemFree: 2883284 kB
MemAvailable: 3310056 kB
Buffers: 37800 kB
Cached: 640120 kB
Offline
Also the output of `dmesg`.
dmesg wrote:
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d01fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x000000003aecafff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003aecb000-0x000000003c3adfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003c3ae000-0x000000003c52dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003c52e000-0x000000003c93bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000003c93c000-0x000000003d6d8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000003d6d9000-0x000000003d767fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000003d768000-0x000000003effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003f000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f33ffff] usable
[ 0.000000] e820: remove [mem 0x200000000-0xfffffffffffffffe] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] user-defined physical RAM map:
[ 0.000000] user: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] user: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] user: [mem 0x0000000000100000-0x0000000009d01fff] usable
[ 0.000000] user: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[ 0.000000] user: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] user: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[ 0.000000] user: [mem 0x000000000a20b000-0x000000000affffff] usable
[ 0.000000] user: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] user: [mem 0x000000000b020000-0x000000003aecafff] usable
[ 0.000000] user: [mem 0x000000003aecb000-0x000000003c3adfff] reserved
[ 0.000000] user: [mem 0x000000003c3ae000-0x000000003c52dfff] usable
[ 0.000000] user: [mem 0x000000003c52e000-0x000000003c93bfff] ACPI NVS
[ 0.000000] user: [mem 0x000000003c93c000-0x000000003d6d8fff] reserved
[ 0.000000] user: [mem 0x000000003d6d9000-0x000000003d767fff] type 20
[ 0.000000] user: [mem 0x000000003d768000-0x000000003effffff] usable
[ 0.000000] user: [mem 0x000000003f000000-0x00000000bfffffff] reserved
[ 0.000000] user: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] user: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[ 0.000000] user: [mem 0x0000000100000000-0x00000001ffffffff] usable
Offline
That's not the requested output but excerpts and you didn't use code tags either.
https://bbs.archlinux.org/help.php#bbcode
"dmesg" and/or "dmidecode" are more relevant atm. (dmidecode requires root permissions)
Offline
Please fix your posts as requested, and change your topic title to something that actually describes your issue.
https://wiki.archlinux.org/index.php/Co … ow_to_post
Mod note: moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Trilby wrote:Please post the output of `cat /proc/meminfo` in [ code ] tags. And please take the time to use some appropriate punctuation in your posts.
The result is this:
MemTotal: 4985964 kB
MemFree: 2883284 kB
MemAvailable: 3310056 kB
Buffers: 37800 kB
Cached: 640120 kB
As Trilby asked, please use code tags.
It looks like you have only about 4.7Gigs of RAM.
Look in your BIOS.
A dog is a man's best friend.
Offline
Pages: 1