Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance "Slow" on more then 60 cores #13

Closed
ftoliveira opened this issue May 31, 2017 · 2 comments
Closed

Performance "Slow" on more then 60 cores #13

ftoliveira opened this issue May 31, 2017 · 2 comments

Comments

@ftoliveira
Copy link

Hi,
I'm using cpuminer-opt on 4 sockets machine (4x E7-4870). It's a total of 80 cores.
When I use -t 60 (60 threads), I'm getting 1400H/s (cryptonight). When I rise the number to 80, I'm getting 1200H/s and the CPU only uses 80% of their capacity.
Thx
Fred

@2010phenix
Copy link

confirm
not correct detect 2+ sockets CPU (if more rather not detect at all)

@JayDDee
Copy link
Owner

JayDDee commented Jun 4, 2017

Cryptonight is sensitive to L3 cache size, too many threads reduces performance.The optimum thread
count for cryptonight is usually around (L3 cache size / 2 MB). Start there and tune it for best
performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants