Want to increase you're in-game FPS?
This is just 2 things I've done which have made a big difference to my FPS.
1) Disable or reduce the size of you're windows paging file.
The windows paging file uses you're hard disk as a kinda of virtual memory for reading and writing data during game play. Wow is very hard disk intensive and having to use the same hard disk to read and write virtual memory + load in game objects and items can cause you're FPS to suffer.
By simple removing OR limiting you're paging file in windows to Lower(256) Upper(256) you "MAY" notice a FPS increase depending on you're hardware.
"PLEASE NOTE: I don't advise you try this on systems with less then 2GB memory for Windows XP or 3GB memory for vista"
2) Have windows media player open while you are playing Wow.
Now you're properly going to say "hold on a minute, its not Aprils fools day yet..." well this is actually a documented fact that windows media player can help to increase you're FPS by up to double what you're currently getting.
Again this is all hardware dependant and I do not guarantee an FPS increase.
Here's a link to more information as to "How" this helps: Wikipedia
and a snippet of the brief overview:
“Multimedia Class Scheduler Service (MMCSS) is a Windows service that boosts the CPU as well as I/O priority of a thread. It allows an application to get prioritized access to CPU for time-sensitive processing (such as multimedia applications) as well as prioritized disc access to ensure that the process is not starved of data to process. The MMCSS service monitors the CPU load and dynamically adjusts priority so that the application can use as much CPU time as possible without denying CPU to lower priority applications.”
Any questions or comments please let me know :)
RE: Want to increase you're in-game FPS?
Quote:
Originally Posted by 'Falkor',index.php?page=Thread&postID=174318#post1 74318
1) Disable or reduce the size of you're windows paging file.
The windows paging file uses you're hard disk as a kinda of virtual memory for reading and writing data during game play. Wow is very hard disk intensive and having to use the same hard disk to read and write virtual memory + load in game objects and items can cause you're FPS to suffer.
By simple removing OR limiting you're paging file in windows to Lower(256) Upper(256) you "MAY" notice a FPS increase depending on you're hardware.
"PLEASE NOTE: I don't advise you try this on systems with less then 2GB memory for Windows XP or 3GB memory for vista"
This is bad advice. You should learn how the Windows OS works before you give out advice.
RE: RE: Want to increase you're in-game FPS?
Quote:
Originally Posted by 'Ticks',index.php?page=Thread&postID=174465#post17 4465
Quote:
Originally Posted by 'Falkor',index.php?page=Thread&postID=174318#post1 74318
1) Disable or reduce the size of you're windows paging file.
The windows paging file uses you're hard disk as a kinda of virtual memory for reading and writing data during game play. Wow is very hard disk intensive and having to use the same hard disk to read and write virtual memory + load in game objects and items can cause you're FPS to suffer.
By simple removing OR limiting you're paging file in windows to Lower(256) Upper(256) you "MAY" notice a FPS increase depending on you're hardware.
"PLEASE NOTE: I don't advise you try this on systems with less then 2GB memory for Windows XP or 3GB memory for vista"
This is bad advice. You should learn how the Windows OS works before you give out advice.
I have to disagree 102% with you on this.
I'm a network engineer that works on windows servers and desktops all day long and have been for the past 6years.
Removing the page file completely I agree can cause some issues with certain applications, but limiting the page file size and stopping it from dynamically increasing DOES help you're system as a whole provided you have enough physical memory to cope.
I have done this on serveral gaming computers and laptops now all of which are running perfectly fine with no errors what so ever.
My work laptop running vista has no page file what so ever and 4GB of ram which I use on a daily basis with no issues, in fact vista is slightly faster in loading applications and games.....
Posting this is bad advice and not backing up you're statement is useless.
If you have a valid reason please reply with a constructive comment and I'll be happy to listen / discuss.
RE: RE: RE: Want to increase you're in-game FPS?
Quote:
Originally Posted by 'Falkor',index.php?page=Thread&postID=174528#post1 74528
I have to disagree 102% with you on this.
I'm a network engineer that works on windows servers and desktops all day long and have been for the past 6years.
Removing the page file completely I agree can cause some issues with certain applications, but limiting the page file size and stopping it from dynamically increasing DOES help you're system as a whole provided you have enough physical memory to cope.
I have done this on serveral gaming computers and laptops now all of which are running perfectly fine with no errors what so ever.
My work laptop running vista has no page file what so ever and 4GB of ram which I use on a daily basis with no issues, in fact vista is slightly faster in loading applications and games.....
Posting this is bad advice and not backing up you're statement is useless.
If you have a valid reason please reply with a constructive comment and I'll be happy to listen / discuss.
I'll have to disagree with you. Here's why:
First of all, as I said, if you disabling paging and you run out of RAM bad things happen (applications crash or exit). If you run out of RAM with paging on, it probably doesn't run so hot, but it continues to run. I don't really know what "can cause issues with certain applications" means. It will cause problems with every application if you run out of RAM.
Second, disabling paging can actually cause your applications to consume more of your available memory. The reason is that if a program attempts to allocate a lot of memory which it may or may not use, if you have paging off, it has no option but to allocate it ALL out of system RAM. If paging is on, it can safely page the unused portion to disk where it can languish forever, and there is little to no impact on performance since that memory will never be faulted back into system RAM.
Third, even given both of these, I would conditionally agree with you except: my experiences have led me to conclude that any gains noticed on a system that isn't swapping (if your system IS swapping then you're crazy to have paging disabled) are minimal if any. This is where we'll have to agree to disagree, I guess.
So the way I see this, you are taking chances on bad things happening for a gain that I've never personally observed (and yes, I've tried - and yes, I have some experience in this field myself). And while you may never hit the upper end of your RAM, I and many others do. Start editing a few videos and you can easily consume 4G or more. Taking this chance might be OK for somebody who knows what they are biting off and knows what it'll look like when it happens (and how to fix it), but I don't agree that it should be recommended to people who might not have this type of experience.