Skip to main content

Questions tagged [multi-core]

A multi-core CPU is a kind of CPU that has two or more actual chips inside it (known as cores). This allows a computer to actually be processing multiple things at once and is often seen as the solution to continuing Moore's law.

1 vote
1 answer
284 views

Bash: execute in parallel some processes but wait the slowest

Hello I'm writing a bash script where I have to restore around 8+ big sets of ip with ipset-restore command. Actually my shell script basically has a list like ipset-restore < list1.txt ipset-...
user3450548's user avatar
-1 votes
1 answer
62 views

Windows only shows 2.33Ghz with 2 cpus, when both cpus are 2.33Ghz each

I have a 2 cpu slot motherboard, each filled with a Intel Xeon E5410, which has 2.33Ghz, and 4 cores. I task manager, it shows 2 cpus, but is only recognising 2.33Ghz, instead of 4.66Ghz (I'm using ...
Chromegism's user avatar
1 vote
0 answers
62 views

Optimizing a mono-CPU application in a docker environment (multi-core vs multi-instances)

I have a simple, CPU-bound, mono-CPU application running in a docker container. Indeed it fully uses a single CPU on the instance when processing work. As I understand, there are two main approaches ...
Guillaume Adam's user avatar
0 votes
1 answer
323 views

i7-12700K inexplicably turning off p-cores periodically for long running tasks

I like to run lots of heavy computation on my computer (like factoring large integers and other computational number theory), and my 17-12700K is usually pretty good at it. But sometimes the task ...
brubsby's user avatar
  • 327
1 vote
0 answers
530 views

how to prioritize windows process to WSL tasks?

I have a Windows OS, with a WSL installed. I am running some computation heavy processes in WSL, written in Fortran, submit using nohup, which usually takes 10 hours to complete a task. I wanted to ...
Raymond Chen's user avatar
2 votes
0 answers
3k views

Does Hyper-V properly schedule on CPU with Performance and Efficient Cores?

New CPUs (at least in the consumer market) will eventually likely all have the split into performance and efficient cores that Intel has started with the 12000 series. I have seen some bad/dumb ...
Andreas Reiff's user avatar
-1 votes
1 answer
610 views

Why does adding CPU cores make programs run faster?

Intel currently offers a 5.5GHz CPU, which represents the number of instructions the CPU can execute over time. If a CPU has more than one core, it can execute more than one process at a time. However,...
Julius Hamilton's user avatar
0 votes
0 answers
153 views

Merge cpu cores for specific program [duplicate]

Minecraft is an old game that was coded to use only one core, which is bad for performance today, so I was thinking if there is a way to like merge 2 cores for that specific program and make the ...
Mega's user avatar
  • 1
4 votes
0 answers
566 views

Can I reserve one core to system only?

I have a workflow where it sometimes renders my system unresponsive or slow. I deal with that by setting affinity of such demanding apps to only a handful of cores/threads (Core i7). Now I am looking ...
Qwerty's user avatar
  • 463
1 vote
1 answer
2k views

Can any program be run on multiple cores? Will the CPU decide that? Or can only certain programs run on multiple cores?

So I'm a little confused about the multicore CPUs - the impression I was initially under and what I thought I heard before was that some programs can't be run across multiple cores - those in which ...
RandomUser123's user avatar
2 votes
1 answer
1k views

Why is this single-threaded program using all cpu cores?

I am running a program and the developer of the program, whom I know personally, tells me that the program is completely single-threaded. However, as you can see in the picture below, the program is ...
A Slow Learner's user avatar
-2 votes
3 answers
443 views

Can this Intel processor multi-process 4 or 8 threads?

I am helping a friend who is trying to run multiple threads on a system with an Intel Core i3-3217U processor. According to Intel's website, that processor has 2 cores which support 4 threads per core(...
End Antisemitic Hate's user avatar
0 votes
1 answer
4k views

How many physical CPU Cores does Windows support? (Asked in 2021)

How many physical CPU Cores does Windows (amd64, not arm) support? So with "physical CPU Cores" i mean that a CPU with 4 Cores and Hyperthreading counts as 4 and not 8 Cores. Also with "...
Regda's user avatar
  • 33
1 vote
1 answer
4k views

Find process running in CPU core Win10

I have a multi-core Win10 machine. Some process consumes 100% CPU in a core, while overall CPU consumption remains low. I can identify the core - but not the process running in it. Need to figure out ...
Sam-T's user avatar
  • 131
0 votes
1 answer
259 views

Multicore multiprocess performance issue on Linux ARM environment

I am developing a Linux application on 4-core ARM CPU. There are two processes in the application and I allocated each process to the cpu like below. core1 : process1 (GUI) core2-4 : precess2 (...
Yusuke Kadowaki's user avatar

15 30 50 per page
1
2 3 4 5
17