November 08, 2008 by
Jason
For most users, Firefox doesn’t use an abnormally large amount of memory. For others, however, Firefox’s memory consumption is a major problem. Typical Firefox memory usage reported by Windows is around 50-100 MB, with virtual memory usage at 100-150 MB. These numbers will vary because Firefox is configured by default to use more memory on systems that have more memory available and less on systems with less.
1. System Extensions
WindowBlinds can dramatically increase memory use. To continue using WindowBlinds and Firefox without memory issues, add Firefox to WindowBlind’s exclusion list.
2. Download History
Firefox can slow down or hang if the download history is allowed to accumulate. Clear the download history (you may need to exit Firefox and delete the file “downloads.rdf” from the profile folder in some cases) and change this setting to solve the problem: Read More»
Posted in Firefox | 2 Comments »
Windows Vista includes a number of tools that you can use to pinpoint performance bottlenecks. Some of these, such as the System Health Report, the Windows Experience Index, and the Reliability Monitor, provide static snapshots showing the resources available to your system and where those resources might not be adequate to your needs. Others, such as the venerable Windows Task Manager, the new Resource Overview, and Performance Monitor (an improved version of the tool known in Windows XP as System Monitor), let you track a variety of performance metrics in real time.
In addition to these snapshot and monitoring utilities, Windows Vista incorporates the following forms of performance-enhancing technology: SuperFetch, ReadyBoost, ReadyDrive
All three of these are designed to reduce the amount of time your system spends engaged in performance degrading disk IO. SuperFetch is a memory management technology that observes your computer usage patterns over extended stretches of time (noting the programs you run and the days and times you typically run them) and adjusts caching behavior to accommodate your own particularities. ReadyBoost uses external memory devices (such as USB 2.0 flash disks) to cache disk content of all kinds, reducing the need for time consuming hard disk access. And ReadyDrive is technology that supports the use of hybrid hard disk drives drives that incorporate nonvolatile flash memory (NVRAM) as well as conventional rotating disk media. Hybrid drives are particularly useful for extending battery life on portable computers, because they reduce the need for drive spin. Read More»
Posted in Windows Vista | 1 Comment »
February 28, 2008 by
Jason
You may be able to free up some valuable space if you’re using two disk partitions, using two physical drives, or dual-booting between XP and Vista on the same machine.
I’ll show you several steps you can take to eliminate duplicate files and get more out of your disks.
Decide on your multiple-partition strategy
Years ago, it was common for users seeking more reliability to divide a hard drive into two or more partitions: portions of a disk, each with a different drive letter. Back then, recovering data from drive d: was easier than from drive c: if the primary partition (containing Windows) became corrupted.
That configuration is rare today, because backup programs and disaster-recovery services have improved. But there are still three situations in which you might find yourself handling two or more partitions or physical disks: Read More»
Posted in Computer | No Comments »
February 25, 2008 by
Jason
Managing PC memory isn’t as big an issue as it used to be, but freeing up memory can still provide benefits. Rather than spending a lot of time closing old processes, installing Instant Memory Cleaner is a quick solution.
Once installed, this tiny app (and it really is tiny at 1.8MB) sits in your system tray and if you hover your mouse, it will tell you how much memory is available. To free up memory all you have to do is right click on the icon and select ‘Clean Memory’. Within seconds your PC will have more memory available, which will make all those resource hungry apps you run, move along that little bit faster. Read More»
Posted in Computer, Software | 1 Comment »
February 01, 2007 by
Jason
Console-based OSs like DOS have only modest memory requirements. GUI-based operating systems like Windows needs lot of memory, much larger than the RAM that is usually installed on PCs. So, they use something called virtual memory. Here, a large file on the hard disk is used in conjunction with the RAM, which greatly expands the memory available to the OS. Only the data that is required at the given moment is loaded on the RAM; the rest is cached on the swap file. Just like any other file on a disk, the swap file can also get fragmented over time and OS might seem to slow down. To prevent the swap from breaking up, you can place it on a dedicated partition (just like in Linux). Set the size of this partition at about 2.5 times the size of your installed RAM and format it. Next, you need to make sure that the OS does not reserve space on this partition for deleted files because this partition is going to have only one file – the swap file. From the Recyle Bin context menu, choose Properties » Configure drives independently. Select the partition’s tab and select the Do not move files to the Recycle Bin. Remove files immediately when deleted option. Read More»
Posted in Computer, Hardware | 1 Comment »