xmrig / xmrig-cuda

NVIDIA CUDA plugin for XMRig miner
GNU General Public License v3.0
352 stars 153 forks source link

Limit core usage - Cores working at 100% #152

Closed dement6d closed 2 years ago

dement6d commented 2 years ago

Is there a way to limit core usage? I feel like my cores being at 100% slow my OS down at times Here is my cpu config and a screenshot of 2 of my cpu cores being at 100% while running xmrig with 2 threads

    "cpu": {
        "enabled": true,
        "huge-pages": true,
        "huge-pages-jit": false,
        "hw-aes": null,
        "priority": null,
        "memory-pool": false,
        "yield": true,
        "asm": true,
        "argon2-impl": null,
        "astrobwt-max-size": 550,
        "astrobwt-avx2": false,
        "*": {
            "intensity": 1,
            "threads": 2,
            "affinity": -1
        },
        "kawpow": false
    },

image

dement6d commented 2 years ago

jeez posted on the wrong repo oops