Added command line option --cpu-memory-pool.

This commit is contained in:
XMRig
2019-10-09 08:45:06 +07:00
parent 1e5fdde9ba
commit bb7bff9115
5 changed files with 50 additions and 27 deletions

View File

@@ -84,6 +84,7 @@ static const option options[] = {
{ "no-cpu", 0, nullptr, IConfig::CPUKey },
{ "max-cpu-usage", 1, nullptr, IConfig::CPUMaxThreadsKey },
{ "cpu-max-threads-hint", 1, nullptr, IConfig::CPUMaxThreadsKey },
{ "cpu-memory-pool", 1, nullptr, IConfig::MemoryPoolKey },
# ifdef XMRIG_FEATURE_TLS
{ "tls", 0, nullptr, IConfig::TlsKey },
{ "tls-fingerprint", 1, nullptr, IConfig::FingerprintKey },