Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.3 (Windows/Linux)
by
Asgaroth
on 09/01/2018, 22:06:36 UTC
Using 10.2 on Ubuntu 16.04 with dual mining, but quite often getting error Out Of Memory: Out of memory: Kill process 1842 (ethdcrminer64) score 0 or sacrifice chil. Any idea why? thanks

That looks like the OOM killer under linux, you need to see whats eating all your memory/swap on your box. Linux's OOM killer will nuke apps it deems uses most memory (simplistic explanation) just to keep the box running.

See here for a more in depth explanation.

You can disable it and/or increase your physical memory/swap.

Hope this helps.