[ 
https://issues.apache.org/jira/browse/SOLR-10072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847544#comment-15847544
 ] 

Mark Miller edited comment on SOLR-10072 at 1/31/17 9:36 PM:
-------------------------------------------------------------

I use this beasting script: 
https://gist.githubusercontent.com/markrmiller/dbdb792216dc98b018ad/raw/78d1f5c97021455ddb0eb2b3ba93b44589089244/gistfile1.sh

I end up basically doing:

cd lucene-solr/solr
bash beast.sh -i 30 -p 10 TestSelectiveWeightCreation

Each JVM can use 512MB of RAM though, so 10 can be RAM hungry. It can also be 
overkill if you don't have enough processors. I use those numbers for a machine 
with 16 cores.

I believe the built in ant based beast target will also allow you to specify 
how many times to run in parallel, but I'm not familiar with it currently.


was (Author: markrmil...@gmail.com):
I use this beasting script: 
https://gist.githubusercontent.com/markrmiller/dbdb792216dc98b018ad/raw/78d1f5c97021455ddb0eb2b3ba93b44589089244/gistfile1.sh

I end up basically doing:

cd lucene-solr/solr
bash beast.sh -i 30 -p 10 TestSelectiveWeightCreation

Each JVM can use 512MB of RAM though, so 10 can be RAM hungry. It can also be 
overkill if you don't have enough processors. I use those numbers for a machine 
with 16 processors.

I believe the built in ant based beast target will also allow you to specify 
how many times to run in parallel, but I'm not familiar with it currently.

> The test TestSelectiveWeightCreation appears to be unreliable.
> --------------------------------------------------------------
>
>                 Key: SOLR-10072
>                 URL: https://issues.apache.org/jira/browse/SOLR-10072
>             Project: Solr
>          Issue Type: Test
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Miller
>            Assignee: Christine Poerschke
>         Attachments: stdout, stdout
>
>
> TestSelectiveWeightCreation 17.00% unreliable 30.00 24.66



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to