Re: A question about ParalellMultiSearcher and RMI

2008-04-20 Thread 游泳池的鱼
In 32bit operate system JVM not support memory biger than 2g 2008/4/20, Chris <[EMAIL PROTECTED]>: > > You may try to use the java parameter with -xmx to set up your memory. > If you have 8G Ram in system , but java VM only caluse the smaller usage. > > And I try to merage the index from disk to

Re: A question about ParalellMultiSearcher and RMI

2008-04-19 Thread Chris
You may try to use the java parameter with -xmx to set up your memory. If you have 8G Ram in system , but java VM only caluse the smaller usage. And I try to merage the index from disk to RAM . When Index is only about 1G size , but into the RAM . I try to trace the memory usage , over 1G (about 1

A question about ParalellMultiSearcher and RMI

2008-04-19 Thread 王建新
I want to use RAMDirectory to raise the peformance of lucene. So I cut the index dir to 3 smaller index dirs(1G one index dir). Then I use RAMDirectory to load the 3 dirs, and rebind the 3 searcher by RMI.(My server has 8G mem) At last, I lookup the 3 remote searcher to new a ParalellMultiSearcher