yagna icon indicating copy to clipboard operation
yagna copied to clipboard

Yagna doesn't allow allocating more than 128 threads to the provider.

Open cryptobench opened this issue 2 years ago • 1 comments

Users with more than 128 threads on their machine have set 128 threads as default.

cryptobench avatar Jan 18 '24 10:01 cryptobench

this is a limitation of musl builds. build on libc detects up to 1024.

this is only the default value and can be changed:

ya-provider profile update --cpu-threads 200 --name default

prekucki avatar Feb 12 '24 14:02 prekucki