PDA

View Full Version : XP Pro-64 and windows memory mangement tweaks



STEvil
12-08-2007, 07:34 PM
Huh, they sure make a big change to performance :eek:

XP-64 all latest updates and .net 2.0
A64 4200+ @ 2.7ghz (11x245)
4x512 @ 2-3-3-12-12-2T 224.6mhz

Previous best run: 38.2xx
New best run: 34.996

All I did for tweaks was:


HKLM\System\CurrentControlSet\Control\Session Management\Memory Management\

"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001
-----------------------------
Disable last accessed timestamp:
Type into run: FSUTIL behavior set disablelastaccess 1

Probably not particularly fast given other things I also have running but i've not noticed that disable last accessed timestamp tweak around before so I did it as well as those other two pretty standard ones.

tiro_uspsss
12-09-2007, 01:28 AM
what exactly r these mem tweaks 'messing' with?

i'm interested - i use XP64 (FTW) :D

STEvil
12-09-2007, 11:10 PM
the way windows handles the ram and page file for the first two.

third is putting a timestamp on files after you edit/create them.

T_M
12-10-2007, 12:04 AM
Thanks for that 3rd one steve :)

tiro_uspsss
12-10-2007, 01:58 AM
the way windows handles the ram and page file for the first two.

third is putting a timestamp on files after you edit/create them.

does it actually *force* windows to *not* have a PF? :D

whats a timestamp? :(

kiwi
12-10-2007, 02:26 AM
No, only kernel mode code and drivers wont be swapped, that is an old and known tweak :)


Here are another 2 NTFS tweaks:
fsutil behavior set mftzone 4
fsutil behavior set disable8dot3 1

tiro_uspsss
12-10-2007, 06:18 AM
No, only kernel mode code and drivers wont be swapped, that is an old and known tweak :)


Here are another 2 NTFS tweaks:
fsutil behavior set mftzone 4
fsutil behavior set disable8dot3 1

what do those do? where do i 'do' them? :D yes, i'm a n00b :D :up:

kiwi
12-10-2007, 06:34 AM
Start -> run or start -> run -> cmd and enter command :)

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil_behavior.mspx?mfr=true

tiro_uspsss
12-10-2007, 06:42 AM
Start -> run or start -> run -> cmd and enter command :)

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil_behavior.mspx?mfr=true

cheers! :up:

STEvil
12-11-2007, 01:06 PM
does it actually *force* windows to *not* have a PF? :D

whats a timestamp? :(

timestamp writes info to all files you create, access, or modify that says when they were created, accessed, or modified. Right click any file and go to properties to see the info.

Dont need this for super-pi.. so away it goes :D

Kai Robinson
12-26-2007, 07:14 PM
Oooh. Thanks for those.....i remember that setting largesystemcache in XP always meant failure to start!