About 50 results
Open links in new tab
  1. How to find the number of CPU cores including virtual?

    Jan 22, 2016 · How do I find out the number of cores my CPU has, including virtual cores (hyper threading cores) using the command line?

  2. cpu - How can I see how many processor cores are working? - Ask …

    Feb 17, 2013 · I have quad-core processor system. I was using Windows before installing Ubuntu. Windows by-default was using 1 core* and I could change that with msconfig. How can I do this in …

  3. cpu - Cores vs Threads: How many threads should I run on this …

    Nov 9, 2017 · Therefore the max thread count is 96 and max core count is 48. What is better ? That depends on what you want to do, more threads means less frequency (ie a 3ghz becomes split in …

  4. How to get number of phy / logical cores? - Ask Ubuntu

    Nov 16, 2020 · There are a lot of questions about number of cores, e.g. , but none give the correct logical cores AFAIK. The best thing I can think of, is calculating myself using the following formulas: …

  5. virtualbox setup - increase cpu after installation - Ask Ubuntu

    Feb 1, 2016 · Change a VM's settings It is absolutely safe to increase or decrease the number of CPUs for your already installed virtual machine. In case we use all host CPU cores we may want to …

  6. 16.04 - kernel reporting incorrect CPU count - Ask Ubuntu

    You have 4 CPU cores, with Hyper Threading (HTT) support you have one additional logical core per CPU. So you have: 4 physical cores 8 logical cores and the results of the commands are correct.

  7. Check how many processor cores my Python code is running on?

    May 12, 2020 · I want to check how many cores my Python script is using. Suppose that I have this code: while True: print ('Hello World!') When I run top, it gives the CPU, Memory, percentage in …

  8. windows subsystem for linux - multi-core CPU usage - Ask Ubuntu

    Feb 20, 2019 · For anyone else who ends up here like I did, searching for top WSL and multi-core: the top %CPU column can add up to more that 100% (eg. 4 cores up to 400%), and pressing 1 shows …

  9. How can one restrict the number of CPU cores each user can use?

    Jan 9, 2019 · We have a computer whose CPU has 32 cores and it's going to be used for running programs by a few different users. Is there any way to restrict the number of cores each user can use …

  10. How do I enable multiple cores in my virtual enviroment?

    Oct 9, 2014 · To enable more than 1 CPU in your VM the following settings are needed in addition: 64-bit virtual guest hardware in General settings tab (for 64-bit guests) enable I/O APIC in the …