andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
250 stars 50 forks source link

failed to allocate memory for precompute buffer #213

Closed t8kinover closed 1 year ago

t8kinover commented 1 year ago

After increasing virtual memory I get this error on wildrig version 36.2 & .3. Using Windows 10 21h2 19044.2251 image

andru-kun commented 1 year ago

Did you set enough virtual mem, like 9Gb per GPU?

t8kinover commented 1 year ago

Yes I was not sure what to set the initial size to.. it is currently at 6000 mb. I did try it set at 9000 with no luck. The maximum size is currently 9050

andru-kun commented 1 year ago

Yes I was not sure what to set the initial size to.. it is currently at 6000 mb. I did try it set at 9000 with no luck. The maximum size is currently 9050

Am I right that you allocate only 9000Mb? You should allocate 9000 per GPU. So in your case it's 36000MB. Or how many GPU's you have?

t8kinover commented 1 year ago

Fixed, Thank you.