Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

System Parameters


First we need to check (and possibly modify) some system parameters.

Check how much memory you have:

  $ grep MemTotal /proc/meminfo

If you have more than 500,000 kB (i.e., about 500MB) then all should be good. If you have less memory, you should still be able to install and run Oracle, but make sure you have enough swap space. Hans Schou reports running on a 800MHz, 256MB RAM laptop under Mandrake GNU/Linux. In general though, to improve the performance of your machine, a memory upgrade is always a good start! You can check the amount of swap space you have with:

  $ grep SwapTotal /proc/meminfo

Anything more than 1,000,000 kB (i.e., about 1GB) is good. If you have less, make your swap partition bigger or else add some more swap with something like:

  # dd if=/dev/zero of=swapfile bs=1024 count=1024
  # mkswap swapfile
  # swapon swapfile

See Chapter 93 for further details on swap. Next:

  $ df -k .

Anything greater than 400,000 kB available is good. Next:

df -k /

Anything above 4,000,000 kB available is good. If you have less, delete some files, grow your root partition, buy a new hard drive, or install to a different partition (which means deviating from this guide.)

Copyright © 1995-2006 [email protected]

 
 
  Published under the terms fo the GNU General Public License Design by Interspire