Moderators: Site Moderators, PandeGroup

numvcpus = "4"
geokilla wrote:From what I know, Notfred client uses VMware player, thus the numvcpus should have no effect since VMware player is limited to 2 cores.

extrasalty wrote:Message says 3. I tried my notfreds( already set with numvcpus = "4") and they work perfectly with both Workstation and Player (6.5.2 build-156735).

.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
numvcpus = "2"
vcpu.hotadd = "TRUE"
maxvcpus = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1024"
mem.hotadd = "TRUE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Red Hat Enterprise Linux 5 64-bit.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Red Hat Enterprise Linux 5 64-bit"
guestOS = "rhel5-64"
nvram = "Red Hat Enterprise Linux 5 64-bit.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"
extendedConfigFile = "Red Hat Enterprise Linux 5 64-bit.vmxf"
floppy0.fileName = "A:"
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "4"
numvcpus = "2"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1024"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Red Hat Enterprise Linux 5 64-bit 2.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.connectionType = "nat"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
usb.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Red Hat Enterprise Linux 5 64-bit 2"
guestOS = "rhel5-64"
nvram = "Red Hat Enterprise Linux 5 64-bit 2.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"
extendedConfigFile = "Red Hat Enterprise Linux 5 64-bit 2.vmxf"
floppy0.fileName = "A:"
#!/usr/bin/vmplayer
.encoding = "windows-1252"
# This is a Workstation 5 or 5.5 config file
# It can be used with Player
config.version = "8"
virtualHW.version = "7" [b]<- Changed from 4 to 7[/b]
# Number of virtual CPUs. Your virtual machine will not
# work if this number is higher than the number of your physical CPUs
numvcpus = "4" [b]<- Changed from 2 to 4[/b]
maxvcpus = "4" [b]<- Added this line[/b]
# Memory
memsize = "1024"
# Selected operating system for your virtual machine
guestOS = "other-64"
# displayName is your own name for the virtual machine
displayName = "Folding@Home"
# These fields are free text description fields
annotation = "Diskless Folding@Home"
guestinfo.vmware.product.long = "Diskless Folding by Nick Reilly"
guestinfo.vmware.product.url = "http://reilly.homeip.net"
guestinfo.vmware.product.class = "virtual machine"
# First serial port, physical COM1 is not available
serial0.present = "FALSE"
# Optional second serial port, physical COM2 is not available
serial1.present = "FALSE"
# First parallel port, physical LPT1 is not available
parallel0.present = "FALSE"
# Settings for physical floppy drive
floppy0.present = "FALSE"
# Logging
logging = "FALSE"
# These settings decides interaction between your
# computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "FALSE"
isolation.tools.paste.enabled = "FALSE"
# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"
ide0:0.present = "TRUE"
ide0:0.fileName = "folding.vmdk"
ide0:0.redo = ""
extendedConfigFile = "folding.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
ethernet0.generatedAddress = "00:0c:29:97:cf:27"
uuid.location = "56 4d 2d 08 d4 ae d9 55-af 9e 13 cb 83 97 cf 27"
uuid.bios = "56 4d 2d 08 d4 ae d9 55-af 9e 13 cb 83 97 cf 27"
vmotion.checkpointFBSize = "16777216"
ethernet0.pciSlotNumber = "16"

Return to Linux v6 Unified Client
Users browsing this forum: No registered users