Failed to allocate memory recource #6

Asked by Sbn

Thats the error message that appears on the screen when booting. My laptop is a dual-core Intel PC, with two memorychips installed; could it be that ubuntu is using only one of them? I've had a feeling my pc is a bit slow being brand new and compared to my old centrino.
SBN

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 🦄
Solved:
Last query:
Last reply:
Revision history for this message
Best Alan Pope 🍺🐧🐱 🦄 (popey) said :
#1

In short, no.

To find out how much physical memory the Linux kernel has detected use this command:-

grep MemTotal /proc/meminfo

For example, here's what I get on this laptop:-

alan@hactar:~$ grep MemTotal /proc/meminfo
MemTotal: 1035552 kB

Revision history for this message
Nicolas Robin (nicolas-robin-deactivatedaccount) said :
#2

You can try to run a memory test (it is available from the boot menu of the LiveCD)

Revision history for this message
Sbn (esbenvinsnes) said :
#3

Well the result was over 2000000 kb so I guess I don't have a memory problem.