Single thread used?

23 views
Skip to first unread message

Nicola Ghirardi

unread,
Apr 15, 2016, 12:22:37 PM4/15/16
to duke
Hi,
i'm using duke to link 6M vs 600k data sources.
After the first part (indexing?) Duke uses only 1 cpu (100% using top) even if I have more threads set.
Is this normal?
I start linking with:
proc.link(config.getDataSources(2),config.getDataSources(1),false,100000);
My config:
<database class="no.priv.garshol.duke.databases.LuceneDatabase">
     <param name="max-search-hits" value="400"/> 
      <param name="min-relevance" value="0.5"/> 
      <param name="path" value="luceneDB"/> 
   <param name="fuzzy-search" value="false" />
   <!-- query better to reuse index -->
<!--    <param name="boost-mode" value="QUERY" /> -->
    <param name="boost-mode" value="INDEX" />
</database>

I start the linkin

Lars Marius Garshol

unread,
Jun 30, 2016, 11:12:55 AM6/30/16
to duke

* Nicola Ghirardi

i'm using duke to link 6M vs 600k data sources.
After the first part (indexing?) Duke uses only 1 cpu (100% using top) even if I have more threads set.
Is this normal?

It's a known bug, unfortunately: https://github.com/larsga/Duke/issues/200

I'm hoping to be able to fix this one and a number of other small issues over the next week or so.

--Lars Marius 
Reply all
Reply to author
Forward
0 new messages