From 32876dd01d634fb19ac941bdbd5d3707a96b391c Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 24 Feb 2021 04:36:27 +0800 Subject: [PATCH] Correct a typo in doc/CPU.md --- doc/CPU.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CPU.md b/doc/CPU.md index 41f18137..e3aea177 100644 --- a/doc/CPU.md +++ b/doc/CPU.md @@ -124,7 +124,7 @@ Force enable (`true`) or disable (`false`) hardware AES support. Default value ` Mining threads priority, value from `1` (lowest priority) to `5` (highest possible priority). Default value `null` means miner don't change threads priority at all. Setting priority higher than 2 can make your PC unresponsive. #### `memory-pool` (since v4.3.0) -Use continuous, persistent memory block for mining threads, useful for preserve huge pages allocation while algorithm swithing. Possible values `false` (feature disabled, by default) or `true` or specific count of 2 MB huge pages. It helps to avoid loosing huge pages for scratchpads when RandomX dataset is updated and mining threads restart after a 2-3 days of mining. +Use continuous, persistent memory block for mining threads, useful for preserve huge pages allocation while algorithm switching. Possible values `false` (feature disabled, by default) or `true` or specific count of 2 MB huge pages. It helps to avoid loosing huge pages for scratchpads when RandomX dataset is updated and mining threads restart after a 2-3 days of mining. #### `yield` (since v5.1.1) Prefer system better system response/stability `true` (default value) or maximum hashrate `false`.