Normal
But it still gets back to my first point. If your system has enough memory, then this shouldn't be an issue. This is just the way that Windows XP handles it's memory. On the surface it is similar to the 9x series, but there's a lot more to it.I'm not sure why more memory is being allocated (not used) but it must be something to do with the many improvements to the way MP operates. My guess would be the increased use of MultiThreading processes (each one will use a certain minimum, vs, one process using a larger amount).Also, disabling the page file to test the garbage collector will only work if you are running out of memory. Only then will it start to get rid of any excess memory usage. Just think of it like your recycle bin. Everything goes in there and stays, until you need to free up some space, then it is deleted.[/b]
But it still gets back to my first point. If your system has enough memory, then this shouldn't be an issue. This is just the way that Windows XP handles it's memory. On the surface it is similar to the 9x series, but there's a lot more to it.
I'm not sure why more memory is being allocated (not used) but it must be something to do with the many improvements to the way MP operates. My guess would be the increased use of MultiThreading processes (each one will use a certain minimum, vs, one process using a larger amount).
Also, disabling the page file to test the garbage collector will only work if you are running out of memory. Only then will it start to get rid of any excess memory usage. Just think of it like your recycle bin. Everything goes in there and stays, until you need to free up some space, then it is deleted.[/b]