Visitors: 180199
Today: 82
Online
10 Visitors, 0 Member, 0 Moderator, 0 Administrator Online.

Total : 10
Ads
Statistics

203 registered members

Latest member:
Dunkel85

More statistics

Mini Poll
This year, you'll be investing in...












Results

Shoutbox

toTOW: Happy new year to all fellow folders :)

warmon6: Look like the web site needs an update or 2. starting to see cob webs. (could at least mention about bigadv change happening in Jan. ;)

toTOW: Recredit has ben run ... all points should show up now :)

toTOW: Stats are down since the last network outage :(

MarkAGR: OK, so there's a 16 core minimum ... so does anyone know how to produce a 16 core virtual machine from a cluster of ubuntu boxes?

MarkAGR: Where did all thw stats go?

jimerickson: Http://bit.ly/tkpFnJ

jimerickson: 16 core minimum for bigadv. wow!

Adanorm: Hi ! We just applied patches to the site, if shoutbox goes mad, just CTRL+F5 !

jimerickson: Http://bit.ly/okqvf7

jimerickson: Happily folding smp now. and currently earning 2000ppd more than with bigadv. go figure.

jimerickson: I detest p2684, after this one is finished i am moving to smp.

Amaruk: FahCore 11 (ATI) support is scheduled to end September 1st. http://en.fah-addict.net/news/news.php?id=352

hootis: >toTow I think i saw it somewhere either on the folding forum or here, but i cant remember. just wondering if any1 knew.

toTOW: Divery> yes, a little ... on an i7 920 @3.5 GHz (no GPU), I get something like 15k PPD with regular SMP and 22k on BigAdv ...

toTOW: Hootis> did we mention it in one of our news ? anyway I don't remember :(

divery4eyes: Am thinking of adding a couple of smp boxen. is big adv still preferable over regular smp.

hootis: Dose anyone know when the ATi Gpu2 clients are going to be phased out?

MarkAGR: Sniff sniff :(

KaySL: That might explain the weirdly low point yield I'm now getting...

jimerickson: Bigadv bonus reduced from 50% to 20%

jimerickson: I am sad. http://t.co/0ljRgkB

MarkAGR: I don't over clock... over and above the i7 2600K "auto-overclocking".

Foldon: MarkAGR - Tighter OC or the "new" P2684 responsible for that?

Woooo Hoooo. I got my 3rd i7 up and running.

MarkAGR: Woooo Hoooo, just done my first 100,000+ WU !!!


Refresh

Archives

Social networks
Facebook
Twitter
Support
­

­

 
Rss VMware optimizations
Many folders in pursuit of absolute performance had the good idea to replace the rather slow and inefficient Windows SMP client with Linux SMP clients using virtual machines. In general, for a Quad core processor, they use two virtual machines, each having two physical processing cores. What about if we could run one VM on a quad core, and save half the RAM allocated to two VMs?

Because of the use of virtual machines, the SMP clients often come into conflict with the GPU client on the machine (the scheduling priorities for the virtual machine are identical to a normal program, and always above the GPU core regardless of the setting used in either client).

Here are two tricks to solve these two problems. These tips have been tested and validated on VMWare Workstation 6.5.2.

A virtual machine on 4 cores ... it’s possible!

When configuring the virtual machine, there are only two choices for the number of CPUs used by the VM: one or two. But did you know that VMWare has access to four CPUs unofficially?

In this example, the default storage of virtual machines is set to "F: \ Virtual Machines \". This setting is located in the Edit menu> Preferences> Workspace tab. If you left the default settings when creating the VM, it should store its files in "F: \ Virtual Machines \ Name_of_the_VM \". In this article, we shall call our VM "Ubuntu 64-bit". The configuration files will be stored in "F: \ Virtual Machines \ Ubuntu 64-bit \"

For the following, shut down your VM and quit VMWare.

Go to the folder containing your VM and open the configuration file with your favorite editor: In the example, "F: \ Virtual Machines \ Ubuntu 64-bit \ Ubuntu 64-bit.vmx" ( "VMWare virtual machine configuration" in the file type displayed in Windows Explorer, if windows is not set to display the file extension).

The number of CPUs available in the VM is set by the parameter "numvcpus" ... This parameter accepts values from 1 to 4. Beyond 4, your VM will not start. If your configuration file contains the parameter “maxvcpus”, check that this value is 4 (or delete the line).

To use a Quad core, we will therefore have:

Code :
 numvcpus = "4" 


If you use the latest version of VMWare (Workstation 6.5.2 or Player 2.5.2) but your VM was created with an earlier version, also change the following line:

Code :
 virtualHW.version = "7" 


Save the file and restart VMWare. You should see the new number of CPUs in the summary of the VM, as in the following screenshot:


Click to enlarge the image.




Set the priority of the virtual machine.

The second stage of optimization is to set the priority of VM. Remember to set your GPU clients to low (console) or slightly higher (systray) and the SMP client in the VM to idle in the advanced configuration section of the client.

To create a global priority setting (applied to all virtual machines by default), go to the Edit menu> Preferences> Priorities tab. Adjust the settings as the following screenshot:


Click to enlarge the image.




For simplicity, Grabbed means that your VM is selected or displayed, and Ungrabbed means it is not selected or displayed. To have a priority low enough not to affect the GPU client, you need to the VM to be in the Ungrabbed, for example by minimising VMWare to the taskbar.

If you do not want to set this globally (using anything other than global settings is not recommended), you can configure this in the options for each VM (Options tab, Advanced element). You can also edit your configuration file as in the previous example, and add the following lines:

Code :
 priority.grabbed = "normal" 
priority.ungrabbed = "idle" 


You should get this screen once the change has been taken into account:


Click to enlarge the image.

 
 
Note: No note
(0 note)
Written by: jmn, On: 08/13/09