Quote:
Original post by szecs
I have a similar stuff with Firefox. It started a few days ago: There's a small halt/lag every few seconds (10-20). It can be noticed everywhere, mouse/keyboard events, video playing.
It's a Firefox issue. Annoying. Nobody knows exact cause, but everything I've tried doesn't work.
Fully restarting Firefox helps.
I tend to use Chrome if viewing lots of videos.
Quote:
A good defrag helps speed things up as well.
I've adopted a different strategy.
First - no pagefile, set to 0. Ignore Windows complaining. With 64-bit machines that is a non-issue.
Secondly - partitions. I use C for Windows installation, and nothing more. D are applications - that would normally be 'Program Files'. No messing with registry and CLSIDs, just specify D:\ for installation.
X: - users/* and all other caches, such as Mozilla, Google Maps.
The other partitions I create as needed, usually they are either 30 or 60GB. Games, for example, each goes on its own partition, mounted via NTFS into single drive.
For development, E (most of the stuff), J (Java), S (scratch, builds and such). V: is VMs. And so on...
On top of that, R: is a 512MB-1Gig Ramdrive for /tmp and /temp. With 8GB RAM, I don't think I ever saw it go over 4GB used by applications.
While there is a slight performance loss due to so many partitions and since drives tend to behave worse at end of platter (or inside, I forgot), there is effectively no fragmentation. Each partition has characteristic usage (a game has few huge files, Java dev has millions upon millions of <2kb files, applications are mid-sized, but almost completely read-only, VMs are bunch of 500MB+ files, scratch is a big /tmp drive, which I can reformat at any time rather than defragment, ....). Kinda like type-based memory pools in programming.
For anything fishy, such as perhaps old win95/98 apps, dubious software, or perhaps just simple throwaway stuff - virtual machine, if anything goes wrong, just reimage it.
I've been using this for years now and haven't had to reformat or reinstall anything. No degradation, no creep of any kind. Also no system restore, readyboost and similar clutter.
Other, purely work-centric machines, I use similar, but if possible make it a point for everything to be in repository. As soon as clutter starts appearing, wipe the disk (not C:), checkout everything again.
I'm incredibly glad that laptops and notebooks started coming with multi-partition defaults. There was simply nothing worse than being stuck with single 1TB partition.