qubic-li/client

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

Opened this issue · 3 comments

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

memory: 128G DDR4ECC

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

@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.