You are not logged in.
Pages: 1
Hi,
I have a Dell XPS 600 (Pentium D 3 Ghz, Nvidia GeForce 6800) with 4 GB of RAM installed. I have one other OS installed, Kubuntu 32 bit, which can use all of my RAM, but when using SliTaz, the Task Manager only sees 2 GB total. The following is my RAM configuration (bank 1 is PC6400U memory, the rest is PC5300U):
----------------
(I run [c]sudo lshw -c memory[/c] in Kubuntu or SliTaz)
[c]*-memory
description: System Memory
physical id: 1000
slot: System board or motherboard
size: 4GiB
*-bank:0
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: NT1GT64U8HA0BY-37B
vendor: Nanya Technology
physical id: 0
serial: 59AA1E84
slot: DIMM_1
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:1
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: EBE10UE8ACWA-8G-E
vendor: 7F7FFE0000000000
physical id: 1
serial: CCEF1CA6
slot: DIMM_3
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:2
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: NT1GT64U8HA0BY-37B
vendor: Nanya Technology
physical id: 2
serial: 10AC1E85
slot: DIMM_2
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)
*-bank:3
description: DIMM DDR Synchronous 533 MHz (1.9 ns)
product: HYMP512U64CP8-Y5
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 3
serial: 00003267
slot: DIMM_4
size: 1GiB
width: 64 bits
clock: 533MHz (1.9ns)[/c]
----------------
Is it a kernel issue? If so, should I go compile another kernel?
Many thanks,
- searchfgold
Offline
Open terminal:
[c]free -m[/c]
[c]free -g[/c]
Offline
well, i didn't noticed that, kubuntu is probably using a PAE kernel, this is my output:
[c]root@sltvaio:/home/fabio# free -m
total used free shared buffers
Mem: 2840 1081 1758 0 227
-/+ buffers: 853 1986
Swap: 16383 0 16383
root@sltvaio:/home/fabio# free -g
total used free shared buffers
Mem: 2 1 1 0 0
-/+ buffers: 0 1
Swap: 15 0 15[/c]
i have 4 Gb too
PS i'm on cooking
Offline
[c]$ free -m
total used free shared buffers
Mem: 2023 177 1845 0 13
-/+ buffers: 163 1859
Swap: 6063 0 6063
$ free -g
total used free shared buffers
Mem: 1 0 1 0 0
-/+ buffers: 0 1
Swap: 5 0 5
$[/c]
Yeah, I'm probably going to see about compiling a new kernel for it.
Offline
Pages: 1
[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]