fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

Unresponsive OS #196

Open smygarn opened 6 years ago

smygarn commented 6 years ago

Just tried default settings on GTX 1080ti + GTX 1070ti.

Got some errors but lowered the threads (random value!?!)

and now got some result but a very sluggish and unresponsive os. Could barely close the application.

Then tried bfactor: 8 and bsleep: 100 and now it seems to work. 839H/s on 1080ti and 615H/s on 1070ti.

"gpu_threads_conf" : [ // gpu: GeForce GTX 1080 Ti architecture: 61 // memory: 9312/11264 MiB // smx: 28 { "index" : 0, "threads" : 54, "blocks" : 84, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, "sync_mode" : 3, }, // gpu: GeForce GTX 1070 Ti architecture: 61 // memory: 6768/8192 MiB // smx: 19 { "index" : 1, "threads" : 22, "blocks" : 57, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, "sync_mode" : 3, },

It's good to have such fine control of the configurations but there should be some wiki or information of how to configure this.!