thread-concurrency of 8000 works fine on my 7770 using cgminer and pulling 190kh/s. I'm not sure why it's crashing for you.
what thread-concurrency do you use with reaper?
Here's my reaper/litecoin.conf...looks like 6144:
host **REDACTED**
port 9332
user **REDACTED**
pass **REDACTED**
protocol litecoin
worksize 256
aggression 18
threads_per_gpu 1
cpu_mining_threads 0
sharethreads 4
lookup_gap 2
gpu_thread_concurrency 6144
long_polling yes
and my cgminer.conf:
{
"pools" : [
{
"url" : "**REDACTED**",
"user" : "**REDACTED**",
"pass" : "**REDACTED**"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "1",
"thread-concurrency" : "2048",
"gpu-engine" : "0-0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "0",
"temp-target" : "0",
"algo" : "scrypt",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/lib/cgminer"
}
This is a dedicated mining box, usually running with just power and network cables plugged in (no monitor).
Just now, I tried setting cgminer's thread-concurrency to 6144. It tried to start, but crashed before it could get going. Bumping it back down to 2048 got it running at the reduced rate. I've switched it back to reaper.
(As for versions, cgminer is v2.10.4 and reaper is v13b4. Both are 64-bit builds on AMD64 Gentoo.)