Open caiorfonseca opened 1 year ago
When I try to mine NEXA, the miner returns the error messages bellow. I'm using both RTX 2060 Super and RTX 3070m (laptop-adapted) on my PC. Just to let you guys know, I had to do an "workaround" in a specific inf driver file so the 3070m could work on it cause it's a laptop gpu adapted to run on desktop PCs. Just to clarify in case you don't know this procedure, ok?
Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_gen_step_3' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_start' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_64' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_finish'
This issue occurs only in the releases 0.36.2 and 0.36.3. Using the 0.36.1 one, everything works preety fine.
Tried to isolate the card, but even if there's only the 2060 Super enabled, I got the same error messages and it also doesn't mine.
Windows miners should have Windows 10 at least version 2004 and set Virtual Memory to at least 9Gb per GPU.
I'll try it and come back to give you the feedback. Thanks in advance!
Changed the virtual memory, but it keeps happening.
Your Windows version is 1809(build 17763), and you need at least version 2004(build 19041)
Solved! Thanks a bunch!!
When I try to mine NEXA, the miner returns the error messages bellow. I'm using both RTX 2060 Super and RTX 3070m (laptop-adapted) on my PC. Just to let you guys know, I had to do an "workaround" in a specific inf driver file so the 3070m could work on it cause it's a laptop gpu adapted to run on desktop PCs. Just to clarify in case you don't know this procedure, ok?
Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_gen_step_3' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_start' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_64' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_finish'
This issue occurs only in the releases 0.36.2 and 0.36.3. Using the 0.36.1 one, everything works preety fine.