15 November 2012


Maximizing the capacity of RAM Operating System


There are some tips that we can do to maximize the capacity of RAM on Operatyng System. Here is one of the steps:

Enable PAE mode in Windows XP:

1. Right click on My Computer and select "Properties"
2. Go to the Advanced tab and under Startup and Recovery tab, in the Settings and click "Edit"
3. This will open a notepad that contains the boot.ini file. Under the words "[operating systems]" written line: multi (0) disk (0) rdisk (0) partition (2) WINDOWS = "Microsoft Windows XP" / noexecute = optin / fastdetect try to change it to: multi (0) disk (0) rdisk (0) partition (1) WINDOWS = "Microsoft Windows XP" / noexecute = optin / PAE
4. Save this file and exit.

Enable PAE mode in Windows Vista:

1. Press the Windows key + R, then typing cmd and hold press enter
2. Press Ctrl + Shift + Enter to execute prompt as administrator
3. Enter the command bcdedit / Set SAP forceenable and press enter.

Enable PAE mode on Ubuntu Linux:

1. Open a terminal / console and run the command to install a PAE kernel: sudo apt-get update sudo sudo apt-get install linux-headers-server linux-image-server linux-server
2. After installation, restart the system with the new kernel is a new one: sudo reboot

Oneng Online . 2017 Copyright. All rights reserved. Designed by Blogger Template | Free Blogger Templates