Slashdot Mirror


User: don_bear_wilkinson

don_bear_wilkinson's activity in the archive.

Stories
0
Comments
76
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 76

  1. Re:IBM laptop on Notebook Hard Drive Roundup · · Score: 3, Informative
    Don't forget, if you're using Windows, a significant portion of your performance bottleneck comes from Windows' heavy reliance on the disk for Virtual Memory (swapfile). Even when abundant RAM memory is available, most Windows OSes will swap out to disk - causing significant performance degradation. Disk I/O is much slower than RAM.

    To help improve matters (assuming, of course, that you have copious amounts of RAM installed) you can 'tune' Windows to reduce its use of the Paging File, thereby speeding things up. This requires modifying the Registry. The usual caveats about Registry editing being potentially dangerous, etc., apply...

    For Windows 2000 and XP; "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutive"; Set to '1' decimal.

    There are other memory tweaks that involve changing Disk I/O buffering and System Cache. You may want to do your own research. :)

    Enjoy!