Skip to content
Snippets Groups Projects
Unverified Commit b55fa7e3 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #1013 from psychocrypt/topic-improveAmdAeonAutosuggestion

improve AMD auto suggestion for AEON
parents 8bef63c9 2bc5a055
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