Use total memory (Linux report low free memory) and fix typo.

This commit is contained in:
XMRig 2019-11-29 13:43:26 +07:00
parent c7d2639010
commit 8791261220
No known key found for this signature in database
GPG key ID: 446A53638BE94409
2 changed files with 2 additions and 2 deletions

View file

@ -74,5 +74,5 @@ xmrig::RxConfig::Mode xmrig::RxConfig::readMode(const rapidjson::Value &value) c
}
}
return LightMode;
return AutoMode;
}