mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-25 23:53:00 -05:00
Reduce JIT memory for ARM.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user