Re:Re: Delay on popup the IDE 8/9
I won't say whether the original problem is related to Windows swapping out. However, your statement that it is non-negotiable is not quite true. Go get a copy of Cacheman (it's free). It has settings that change the behavior of 2000 and XP to be much less aggressive on code swapouts. My machine is much more responsive with the adjustments. For whatever reason, Microsoft seems to think that (with 512MB of RAM), you should have 250MB of memory dedicated to disk cache, forcing 150MB of executable code to the paging file. Go figure.
On a different note, JB9 is definitely more of a pig than JB8 was. Borland wasn't kidding when they made 512MB the min RAM requirement. Unfortunately, my laptop maxes out at 512MB is now becoming memory limited once I open the various apps I need for development.
Matt
Rich Wilkman <
XXXX@XXXXX.COM >wrote:
Quote
Win2K started a trend (Win XP took it further) with the memory
management. If the OS notices that you've taken your eyes off an
application for more than half a second or so (or minimized it or left
it out of focus) it will start to swap that application to virtual
memory (disk) so that the real memory (10^6 faster than disk) can be
used by active applications. It doesn't matter how much RAM is
available, either. Nothing you can do about it (it's non-negotiable
with the OS) and it's even more fun if you've configured a system like a
laptop to sleep the drives after a period of inactivity.
-Rich