Fixed "huge-pages" option.
This commit is contained in:
parent
487b2a3655
commit
52281906c6
5 changed files with 11 additions and 9 deletions
|
@ -112,7 +112,7 @@ void xmrig::VirtualMemory::destroy()
|
|||
void xmrig::VirtualMemory::init(size_t poolSize, bool hugePages)
|
||||
{
|
||||
if (!pool) {
|
||||
osInit();
|
||||
osInit(hugePages);
|
||||
}
|
||||
|
||||
# ifdef XMRIG_FEATURE_HWLOC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue