How to increase thread(s) per core

Discussions related to using VirtualBox on Windows hosts.
Post Reply
alibabasgold
Posts: 1
Joined: 26. Nov 2021, 15:31

How to increase thread(s) per core

Post by alibabasgold »

I developed an application that uses 3 threads, if I run it on my regular Linux machine it works fine, but when I try to run on my virtual box it crashes the application due not having more than 1 thread per core.
Is there any possible way to increase it?
Attachments
1dadbdeb6f630671033f9aed6cca2193.png
1dadbdeb6f630671033f9aed6cca2193.png (62.4 KiB) Viewed 1342 times
fth0
Volunteer
Posts: 5668
Joined: 14. Feb 2019, 03:06
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Linux, Windows 10, ...
Location: Germany

Re: How to increase thread(s) per core

Post by fth0 »

No. But I'm not convinced yet that you need it. Why would you create an application in a way that 2 of 3 threads have to run on the same CPU core, which usually has more disadvantages than advantages?
Post Reply