Skip to content
Snippets Groups Projects
Commit 2bc5a055 authored by psychocrypt's avatar psychocrypt
Browse files

improve AMD auto suggestion for AEON

increase the intensity limit for AEON
parent a8e83eec
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,9 @@ private:
*/
maxThreads = 2024u;
}
// increase all intensity limits by two for aeon
if(!::jconf::inst()->IsCurrencyMonero())
maxThreads *= 2u;
// keep 128MiB memory free (value is randomly chosen)
size_t availableMem = ctx.freeMem - (128u * byteToMiB);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment