qubic-li / client

248 stars 25 forks source link

Why can threads in Windows only run 50% full?But it can run 100% under Ubuntu #82

Open catspa3 opened 3 months ago

catspa3 commented 3 months ago

CPU: E5-2673V4*2 (80 Threads) Why can threads in Windows only run 50% full? But it can run 100% under Ubuntu.BUG?

catspa3 commented 3 months ago

memory: 128G DDR4ECC

catspa3 commented 3 months ago

{ "Settings": { "baseUrl": "https://mine.qubic.li/", "amountOfThreads": 72, "payoutId": null,

catspa3 commented 3 months ago

@echo off REM Start a process utilizing two CPUs start /NODE 0 "Process1" "qli-Client.exe" start /NODE 1 "Process2" "qli-Client.exe"

not support 2 CPU. Testing result is not support 2 CPU.