-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ethminer fails after 1st workloop, Frontier.help! #2761
Comments
It looks like it could not fit the DAG into the memory of your GPU. How much memory does your GPU have? (It needs at least 2 GB.) There is also an env flag they wrote about in the forums that might help the GPU allocate enough memory. Hope that helps. |
Write |
a@a:~$ ethminer --list-devices |
shows 3G total....is it the workgroup size?
all cards are similar r9-280x |
your OpenCL drivers see a |
I have the same problem, the GPU has 2GB available, but
I noticed, restarting the computer allows me to access the full memory again. Setting
Not certainly an eth/ethminer issue I guess, but does anyone have a clue why this happens? |
Any updates, I have the same issue with a 2gb card |
I am also experiencing this issue with all my MSI R9 270 cards; They have 2 GB of memory.
This problem is also talked about on this Reddit thread, and may possibly be fixed in this pull request. |
This keeps on happening even after I think I fix it, eventually --- Says can't allocate DAG and I have 3GB memory on 1 card 2GB on the other, but the CL_DEVICE_MAX_ALLOC_SIZE continues to shrink ... |
I have the same issue using latest version of ethminer:
Running like this:
I get
The annoying thing is that I need to reboot in order to be able to run. |
+1 |
recent openCL drivers, ubuntu15.04, fresh install, all new pulls/drivers
initial all and geth work fine.
used this build recipe:
http://forum.ethereum.org/discussion/2695/frontier-mining-setup-notes-ubuntu-15-04-geth-v1-0-amd-ethminer
[OPENCL]:Creating one big buffer for the DAG
Allocating/mapping single buffer failed with: clCreateBuffer(-61). GPU can't allocate the DAG in a single chunk. Bailing.[OPENCL]:clEnqueueWriteBuffer(-38)
FAIL.
The text was updated successfully, but these errors were encountered: