Added option --no-huge-pages.
This commit is contained in:
parent
27f02d5f9f
commit
8bba0df054
6 changed files with 28 additions and 5 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue