[pylucene-dev] urgent help
Yura Smolsky
info at altervision.biz
Tue Feb 15 10:43:01 PST 2005
Hello, Andi.
I have index of 51Gb. When I try to create IndexSearcher with
FSDirectory of this index, I receive exception:
GC Warning: Out of Memory! Returning NIL!
Traceback (most recent call last):
File "./RemoteSearcherServer.py", line 275, in ?
server.processCommandLine(sys.argv)
File "/home/search/lib/myCORBA.py", line 81, in processCommandLine
self.start()
File "/home/search/lib/myCORBA.py", line 51, in start
self.setUp()
File "./RemoteSearcherServer.py", line 240, in setUp
self.objServant = RemoteSearcher_i(num, path, luceneSearcher)
File "./RemoteSearcherServer.py", line 132, in __init__
luceneSearcher._reloadIndex()
File "./RemoteSearcherServer.py", line 18, in _reloadIndex
self.searcher = IndexSearcher(self.directory)
File "/usr/lib/python2.4/site-packages/PyLucene.py", line 2266, in __init__
newobj = _PyLucene.new_IndexSearcher(*args)
ValueError: java.lang.OutOfMemoryError
<<No stacktrace available>>
Why?
Yura Smolsky.
More information about the pylucene-dev
mailing list