-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
HI, I've got two different server one with 3,5ghz of CPU single core and the other dual-core 3,5ghz of CPU.
The dual core processors are Intel Core Processor (Haswell, no TSX). It doesn't have l3 cache.
The single core processor is Intel Core Processor (Broadwell). It doens't have l3 cache.
What I simply expect to that is that the dual-core mine double then the single-core.
This is my cpu configuration on the single-core server:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
],
And this is the dual-core configuration:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 }
],
What I notice from my pool is that the first (single-core) has in the past 48 hour an average hashrate of 78 instead the dual-core has an average hashrate of 92.
Why this happen?
Am I miss something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels