Hi JayDDee, I have few questions about optimization.
I run linux, ubuntu server 18.04 on my machines.
I compile locally on each machine using [./build.sh] followed by [make -j (cpu thread)]
Is this the right way to do it or I should use different build options depending on the cpu?
Also, is cpu-affinity a paramount value to set? I am struggling to find the right hex value to put.
Is huge page important?
Is cpu-priority important?
All my machines are only mining, no other tasks performed.
As example, two machines, exactly the same hardware, one with a i3-2130 and one with a i7-2600.
Performance difference is only 22%, I can't figure out what I am doing wrong.
Comparing different cpu, I achieve better performance with older core2 quad than gen2 i7 cpu.
I think I am not compiling it right?