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.