Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:CVar processAffinityMask
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Optimal settings for multi-core processors (pre-3.3.2) == Originally pre-2010, the general idea was to not only enable wow for all cores, but to also limit each physical core to one logical core, in an attempt to avoid letting WoW use HT or Hyper-Threading. Even though the original issues no longer exist post-3.3.2, the affinity mask itself is well documented, and still a hot topic in general inside and outside of WoW. Limiting the number of wow cores can still be a useful tool as a form of throttling WoW, or dealing with WoW specific performance/cooling, animation, or GPU issues, or for running VMs, or can even help in running multiple games at the same time. Here are the original pre-2010 optimal settings for reference: * Dual-cores (both of the 2 logical): SET processAffinityMask "3" * Tri-cores & i5s (all 3 logical): SET processAffinityMask "7" * Quad-cores no HT (all 4 logical): SET processAffinityMask "15" * I7s with HT enabled (primary logical of every physical core, 4 total, bits 01010101): SET processAffinityMask "85" * 16-core/8-core hyper-threaded (primary logical of every physical core, 8 total, bits 0101010101010101): SET processAffinityMask "21845"
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)