1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-17 21:12:58 -04:00

Reduce JIT memory for ARM.

This commit is contained in:
XMRig
2020-12-15 02:52:38 +07:00
parent 4c7d20c8e6
commit 6b331b6945
4 changed files with 46 additions and 13 deletions

View File

@@ -383,7 +383,7 @@ extern "C" {
case RANDOMX_FLAG_JIT:
cache->jit = new randomx::JitCompiler(false);
cache->initialize = &randomx::initCacheCompile;
cache->datasetInit = cache->jit->getDatasetInitFunc();
cache->datasetInit = nullptr;
cache->memory = memory;
break;