View Single Post
Old 05-16-09   #1 (permalink)
nategr8ns
Folding Fanatic
 
nategr8ns's Avatar
 
amd nvidia

Join Date: Dec 2007
Location: Maine
Posts: 6,183

Rep: 194 nategr8ns is acknowledged by manynategr8ns is acknowledged by many
Unique Rep: 159
Folding Team Rank: 279
Trader Rating: 3
Default Automatically Set Priority and Affinity Without Programs!

Note: This is for setting the priority and affinity of VMWare clients only. It is an addition to the VMX file.
I'm going to go right ahead and have the disclaimer that I am not responsible if anything happens because of modifications you make. Obviously, nothing bad should happen, but you never know.

1. navigate to your .vmx file, right click, open with notepad.
2. scroll to the bottom of the file
3. add the code

Code:
priority.grabbed = "x"
priority.ungrabbed = "x"
processor0.use = "boolean"
processor1.use = "boolean"
processor2.use = "boolean"
processor3.use = "boolean"
The first two lines are obviously the priority. You can choose between the options of high, normal, low, idle. abovenormal and belownormal may work, but I haven't tested them yet. Change the Xs to the setting you want.

The next lines, the booleans (TRUE/FALSE), toggle activity on cores 0-3 (1-4). If you only have a dual core, you don't need to use the processor2 and processor3 lines. You also only need to have the "FALSE" ones included, so you can delete the lines for the cores you want it to use.

So for example, on my dual core, I have this:
Code:
priority.grabbed = "idle"
priority.ungrabbed = "idle"
processor1.use = "FALSE"
This has it run in the background and it disables use of core1, the core that my GPU2 client runs on.

I hope this guide has helped! I found this solution and found it much better than downloading extra software to do the same thing.

System: Designed for Optyvation
CPU
Opteron 175 LCB9E
Motherboard
DFI NF4 Ultra-D
Memory
2x1GB GSkill 500mhz HZs
Graphics Card
EVGA 8800GT SC 512
Hard Drive
160GB + 120GB
Power Supply
Ultra X-Finity 600w
Case
AeroCool AeroEngine II <3
CPU cooling
ACFreezer 64 Pro
GPU cooling
AC Accelero S1 w/Dual Tri-Cool 120mm (low)
OS
XP Home
Monitor
Samsung 220WM 22" + LG f-Engine 17" (dual screen)
Overclock.net - 2009 Chimp Challenge Champions
nategr8ns is offline I fold for Overclock.net   Reply With Quote
 
Page generated in 0.06984 seconds with 7 queries