Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
joblo
on 30/11/2015, 16:32:46 UTC
My 980 rig have now been running perfectly for 24 hours after i added 4GB more ram and increased the virtual memory to 16GB.

Glad to see you're running stable.

I'd like to understand more about the pagefile size issue, particularly the notion that's it's needed but not
realy used. Clearly it is being used even if only momentarilly. Does anyone know if this issue exists on Linux?

From my understanding the memory/pagefile requirements increase with the number of GPUs. This suggests that
all GPU threads initialize in parallel, allocate the memory at the same time, use it briefly, then free it. If the threads initialized
serially only one would require large amounts of memory and would free it before the next thread initializes. The dynamic
memory requirements would be reduced and larger rigs could run with less memory and smaller swap space.

Make sense?