You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/11/03 20:45:25 UTC

[GitHub] jena issue #297: Enable parallel testing for Elephas IO (JENA-1407)

Github user afs commented on the issue:

    https://github.com/apache/jena/pull/297
  
    Jena 3.5.0 went out with `<threadCount>2</threadCount>` which is per-core (hyperthreading seems to count as 2 for a total of 4 per CPU-chip). `threadCount=1` made a big difference and a setting of 2 more so. Changing 2 to 4 made little difference.  [Write-up on the JIRA ticket](https://issues.apache.org/jira/browse/JENA-1407?focusedCommentId=16222769#comment-16222769).
    
    @rvesse  With that, are you happy to close the JIRA and this PR? Do you want to bump to 4 anyway?
    



---