Re: [Suggestions Required] 110 Concurrency users indexing on Lucene dont finish in 200 ms.

2014-02-23 Thread sree
*Java version and GC info for windows:* -XX:InitialHeapSize=134194624 -XX:MaxHeapSize=2147113984 -XX:+PrintCommandLineFl ags -XX:+UseCompressedOops -XX:-UseLargePagesIndividualAllocation java version "1.7.0" Java(TM) SE Runtime Environment (build 1.7.0-b147) Java HotSpot(TM) 64-Bit Server VM (

RE: [Suggestions Required] 110 Concurrency users indexing on Lucene dont finish in 200 ms.

2014-02-20 Thread sree
A correction on the system details posted earlier... Windows runs on : 1CPU, 1 cores. 8 GB RAM Linux runs on : 1 CPU , 2 cores, 8 GB RAM -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestions-Required-110-Concurrency-users-indexing-on-Lucene-dont-finish-in-200-ms-

Re: [Suggestions Required] 110 Concurrency users indexing on Lucene dont finish in 200 ms.

2014-02-20 Thread sree
We tried a standalone program to index 50 documents from 100 threads concurrently. We executed the program for 1000 threads with 10 mins delay to avoid jvm warming issue as you suggested in last post. Also we are running with restricted heap size i.e 124MB ( as our product is running in linux with

Re: [Suggestions Required] 110 Concurrency users indexing on Lucene dont finish in 200 ms.

2014-02-13 Thread sree
Thanks for your reply. We are using 100 threads and each indexes 100 documents. Now we created a standalone project which uses lucene to index 100 documents for 100 theads concurrently and we can see that each thread uses an average of more than 1 sec. lucene-group.zip