View previous topic :: View next topic |
Author |
Message |
onetwo n00b
Joined: 12 Oct 2002 Posts: 5 Location: Vienna
|
Posted: Mon Nov 17, 2003 2:50 pm Post subject: Gentoo Workstation with 1.5 GByte RAM |
|
|
hello 2 all,
i've installed a very nice gentoo workstation with latest gentoo-sources and KDE 3.1.2 and things like that however, this workstation has 1.5gbyte RAM and i guess the kernel does not take notice about this amount...
i've tried with "append="mem=1536M" to tell the kernel how much memory he can use but unfortunately the total mem is 903120
does anyone has an idea?
best regards
roman |
|
Back to top |
|
|
krusty_ar Guru
Joined: 03 Oct 2002 Posts: 560 Location: Rosario, Argentina
|
Posted: Mon Nov 17, 2003 2:59 pm Post subject: |
|
|
I can't give you exact directions, but theres an option in the kernel that has to do with max mem. There's also an option to determine how much of that mem goes to the kernel and how much to the apps, I'm pretty sure these are one of the firsts config options near the part that you select the prosessor
EDIT: if I knew what I am talking about here, I would ask you to post the output of so you may want to save time and post it for when somebody that knows what he's doing comes around. _________________ I am Beta, don't expect correct behaviour from me.
Take part of the adopt an unaswered post initiative
Last edited by krusty_ar on Mon Nov 17, 2003 3:02 pm; edited 1 time in total |
|
Back to top |
|
|
deviljelly Apprentice
Joined: 19 Feb 2003 Posts: 193 Location: Netherlands
|
Posted: Mon Nov 17, 2003 3:00 pm Post subject: |
|
|
in your kernel config you will mos bprobably have to play with HIMEM should be on the processor and features page |
|
Back to top |
|
|
onetwo n00b
Joined: 12 Oct 2002 Posts: 5 Location: Vienna
|
Posted: Mon Nov 17, 2003 3:13 pm Post subject: |
|
|
here is the output of free -m
Code: | ash-2.05b# free -m
total used free shared buffers cached
Mem: 881 555 326 0 82 321
-/+ buffers/cache: 151 730
Swap: 509 0 509
|
|
|
Back to top |
|
|
krusty_ar Guru
Joined: 03 Oct 2002 Posts: 560 Location: Rosario, Argentina
|
Posted: Mon Nov 17, 2003 4:26 pm Post subject: |
|
|
onetwo wrote: | here is the output of free -m
Code: | ash-2.05b# free -m
total used free shared buffers cached
Mem: 881 555 326 0 82 321
-/+ buffers/cache: 151 730
Swap: 509 0 509
|
|
What are you complaining about? you have lots of free mem
Seriously now, you should take deviljelly's advice (wich is the same as I said but much more exact) _________________ I am Beta, don't expect correct behaviour from me.
Take part of the adopt an unaswered post initiative |
|
Back to top |
|
|
mmealman Guru
Joined: 02 Nov 2002 Posts: 348 Location: Florida
|
Posted: Mon Nov 17, 2003 4:43 pm Post subject: |
|
|
cd /usr/src/linux
make menuconfig
Processor Type and Features
High Memory Support
Choose the 4GB option. |
|
Back to top |
|
|
ProtectionFault Apprentice
Joined: 14 Nov 2003 Posts: 170 Location: /dev/zero
|
Posted: Mon Nov 17, 2003 6:53 pm Post subject: |
|
|
If you want to use genkernel try this one:
_________________ ASUS Z87-PLUS, i7-4770, 2x8GB DDR3-1600, 700W OCZ Power Supply, EVGA GTX760 4GB, 3TB HDD, Gentoo ~amd64 (3.10.10, dm-crypt full disk, awesome) |
|
Back to top |
|
|
fobban n00b
Joined: 08 Nov 2003 Posts: 13
|
Posted: Tue Nov 18, 2003 12:24 pm Post subject: |
|
|
The easiest way to do it is like ProtectonFault said:
use genkernel --config and then add support for 4 GB and enable HIGHMEM, that should do it |
|
Back to top |
|
|
|