Use java -Xms50m to start your program, that gives a 50M initial heap size.
The OutofHeapMemory is because the default heap memory is not enough for your
application.
-Original Message-
From: Divya Rajendranath [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 24, 2007 7:01 PM
To: java-use
for this ?
Divya
-Original Message-
From: David Xiao [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 24, 2007 6:01 PM
To: java-user@lucene.apache.org
Subject: RE: Adding large files to index
Use java -Xms50m to start your program, that gives a 50M initial heap
size.
The OutofHeapMemory