Tag: memory ram

Speed Up Firefox by Running It In RAM

October 20, 2008 by Jason

Normally, Mozilla Firefox operates from your hard drive, but it’s possible to run it completely in your system’s memory (RAM). It speeds up your browsing because computers can read and write from RAM much faster than it can read and write from the hard drive. The following instructions will walk your through a configuration with Windows.

Steps

1. Download and save Portable Firefox onto your Desktop (see Things You’ll Need below). Double-click on the ZIP file and extract the contents of the archive to the folder “C:\PortableFirefox”. You can use a different directory, but you will have to adapt the rest of this article to that directory.

2. Download RAMDisk and save it to the same location as the ZIP file (see Things You’ll Need below). Double-click RAMDisk.exe. This is a self-extracting archive. When asked where to save the extracted files, save them on your Desktop. This creates a directory called RAMDisk. Read More»

Optimize Windows XP Memory Use

July 12, 2008 by Jason

You think you have a lot of memory (RAM) in your computer and still you are getting out of memory errors? This can indeed happen if you are running many applications or memory intensive applications under Windows XP.

There are different reasons for this, one being the memory fragmentation in Windows XP. Like a hard disk, memory can become fragmented. Further some memory is not always immediately released, like DLL (dynamic Link Library) memory. If a DLL is not used anymore, it is not always unloaded from memory right away.

PC memory moduleAnother reason is that Windows XP can not always make all available internal memory available to an application. This can be the result of a limit in the number of system page table entries. This of course may lead to the out of memory errors. A solution for many of these problems is to tell Windows XP to allocate more memory for system page table entries. The steps below show you how: Read More»