Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem



EDIT: missed you mentioned the remaster. While that does list CPUs with more than 1 core it's possible that your CPU can handle doing most if not all of the work on a single core
oooh that makes sense actually. thx man :)
Did edit while you were replying. Your CPU is 50% better than recommended CPU
In most cases software will use the resources it needs that are available. If it's using fewer resources than you assume it ought to be, but the software is still running fine, well the problem is probably your assumption.
And in general not every bit of software benefits from arbitrarily throwing more cores at a problem. if the work is entirely sequential in nature, where each bit depends on the previous bit, it might not be a use case for multiple cores. But something where the work can always be split up and bits done on all the cores and reassembled at the end, like say video encoding, will often use all the cores.
There just isn't a one size fits all solution to how many cores a program should be using. And the number of cores being utilized can also vary within the program itself. again video encoding, when you're just poking around the UI and configuring settings, you're probably only using a single core. When you actually begin the work of encoding then all the core might be engaged.