• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Virtual memory, page file use

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Yes that's what I meant. A temporary one. Thanks!

Edit: Which of course begs the question, if it makes a temporary one if the system goes under, they why turn it off?
 
I've always thought that it doesn't matter whether you turn off the page file in XP because it secretly makes one anyway.

I've seen it do that but I've also seen it not do that and I never took the time to figure out what conditions lead to which situation.

Just play a bit with the CreateFileMapping function. http://msdn.microsoft.com/en-u...y/aa366537(VS.85).aspx

That's what I was trying to avoid since my knowledge of the Win32 API is pretty thin and I don't feel like learning it.
 
These memory objects are used everywhere. You can see them with a tool like process explorer. If the function would fail when no paging file is present, a lot of programs would also stop working.
 
Back
Top