I need to configure 8 cpu's here in these VM what should I select 2 Virtual sockets with 4 number of cores per socket.
1
There are 1 best solutions below
Related Questions in VMWARE
- how to set network configuration for vm in esx host through command?
- How do I modify an existing vm template's only ethernet adapter's IP address with pyvmomi
- An Import-Package could not be resolved Error in Deploying Flex UI project
- Issue Building PowerCLI Mass OVF Export Tool
- Why does ioctl(sd, SIOCETHTOOL,&ifreq) on a virtual server running on VMware does not return the hardware address
- How to get server information from VMware
- Is it possible to simulate Linux on USB devices using VMware?
- The type or namespace name 'VimApi' could not be found (are you missing a using directive or an assembly reference?)
- cannot connect to internet from virtual machine
- install errors on astrisknow 6.12-64bit on vmware workstation 8
- How to put file in yum repository?
- Rdrand instrucrtion SIGILL
- VMware encryption library issue
- Getting error while converting VMX to OVF format
- One way communication between vm's?
Related Questions in VMWARE-SERVER
- how create vmware services in sprint tool suite
- How to configure VMs to automatically start when the host is on
- I get error when i run (vim-cmd vmsvc/) in Esxi shell
- Take parts of the standard output value and put it into a array variable
- Can you install vmware server 2 on the Windows 8 preview?
- Starting the WindowsPhone 7 emulator crashes running instances of VMWare (Server)
- How to clear old fingerprints from vCenter Server Appliance
- Best practice assigning Cpu in Vmware
- Can powercli tell me what the VM Name is when listing network adapters for vms?
- ANSIBLE: Adding VMware ESX server to Vcenter Failing though Ansible vmware_host module: Certificate Error
- Can we upload applications developed by VMWARE server to App Store?
- Downloading VM from VMWare ESX to VMWare player, preserving thin storage format
- How to perform keystroke inside powershell?
- FATAL: Module sg not found
- Virtualising servers on Mac OS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
First check your host machine configuration and proceed.
Virtual CPU Limitations:
The maximum number of virtual CPUs that you can assign to a virtual machine depends on the number of logical CPUs on the host, the host license, and the type of guest operating system that is installed on the virtual machine.
Be aware of the following limitations:
■ A virtual machine cannot have more virtual CPUs than the number of logical cores on the host. The number of logical cores is equal to the number of physical cores if hyperthreading is disabled or two times that number if hyperthreading is enabled.
Check this link for your further clarifications.
From: VMware