xmrig/xmrig-cuda

Limit core usage - Cores working at 100%

dement6d opened this issue · 1 comments

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

jeez posted on the wrong repo oops