The moose likes Linux / UNIX and the fly likes Add memory to Linux box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Add memory to Linux box." Watch "Add memory to Linux box." New topic
Author

Add memory to Linux box.

Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 664
I read some where that Linux supports 64 Mb RAM. If one needs to use/add more memory one has to configure Linux.
Is this true?
Can Linux auto detect added memory?
Thanks


BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design

Crazy Bikes created by m-Power
Merlin M Koppula
Ranch Hand

Joined: Jan 18, 2002
Posts: 69
Mine did. If you running on ix86, you can verify if the memory was installed correctly by pressing one of the function keys (I thinkk F7) wich will take you to the system configuration screen. I think this has nothing to do with Linux. If you see the added memory in this screen, Linux will automatically detect the memory.
Thanks.


MM Koppula<br />SCJP2<br />Object Oriented Analysis and Design with UML (IBM)
Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 664
Thanks MM;
F7 does not do anything on my Mandrake 8.0. I think I can use command 'free' to display total available memory.
Guy Allard
Ranch Hand

Joined: Nov 24, 2000
Posts: 776
Bruce - doing:
cat /proc/meminfo
will show you Linux memory data.
If your BIOS detects newly installed memory, Linux will see it at boot, no need to do anything special.
You can look at /var/log/messages to see how early during boot this occurs.
If your BIOS does not detect added memory, it gets more complicated, but you can tell Linux to use a specific amount of RAM, regardless of what BIOS reports.
Regards, Guy
[ March 01, 2002: Message edited by: Guy Allard ]
Bruce Jin
Ranch Hand

Joined: Sep 20, 2001
Posts: 664
thanks Guy!
 
 
subject: Add memory to Linux box.
 
Threads others viewed
Jbuilder 5 takes lot of memory on linux
plz hepl me out
Worms, how do they do it?
how to leak memory
RSS vs allocated heapsize
IntelliJ Java IDE