mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-22 22:42:53 -05:00
Added option --no-huge-pages.
This commit is contained in:
@@ -113,7 +113,7 @@ int App::exec()
|
||||
return 1;
|
||||
}
|
||||
|
||||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash());
|
||||
Mem::allocate(m_options->algo(), m_options->threads(), m_options->doubleHash(), m_options->hugePages());
|
||||
Summary::print();
|
||||
|
||||
Workers::start(m_options->affinity(), m_options->priority());
|
||||
|
||||
Reference in New Issue
Block a user