Added support for allocate RandomX dataset on each NUMA node.
This commit is contained in:
parent
e53ae0c15e
commit
828fc065b0
11 changed files with 178 additions and 70 deletions
|
@ -366,7 +366,7 @@ void xmrig::Miner::setJob(const Job &job, bool donate)
|
|||
|
||||
# ifdef XMRIG_ALGO_RANDOMX
|
||||
const CpuConfig &cpu = d_ptr->controller->config()->cpu();
|
||||
Rx::init(job, cpu.initThreads(), cpu.isHugePages());
|
||||
Rx::init(job, cpu.initThreads(), cpu.isHugePages(), true);
|
||||
# endif
|
||||
|
||||
uv_rwlock_wrunlock(&d_ptr->rwlock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue