Release randomx cache in normal exit
This commit is contained in:
@@ -1476,8 +1476,8 @@ void static RandomXMiner()
|
||||
|
||||
randomx_release_dataset(randomxDataset);
|
||||
rxdebug("%s: released dataset in normal exit\n");
|
||||
//randomx_release_cache(randomxCache);
|
||||
//rxdebug("%s: released cache in normal exit\n");
|
||||
randomx_release_cache(randomxCache);
|
||||
rxdebug("%s: released cache in normal exit\n");
|
||||
miningTimer.stop();
|
||||
c.disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user