lsds / Saber

Window-Based Hybrid CPU/GPU Stream Processing Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run YSB benchmark with 32 threads

chenzongxiong opened this issue · comments

Hi,
When I try to run YSB with 32 threads, there is no throughput on console.

./run.sh uk.ac.imperial.lsds.saber.experiments.benchmarks.yahoo.YahooBenchmarkApp 32

image

image

From the log, I think it's due to the buffer not released. However, I didn't find out the root cause.

One more thing I need to mention is that, this APP run well with 1 to 8 threads.