No, but the JVM does have a memory limit.  By default it's 64 megs, I
believe.  To increase it, use the -Xmx option when you run java.

For example, to give the JVM 100 megs of ram, you would write:

java -Xmx100m YourClassHere

-----Original Message-----
From: Ākila [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 15, 2003 9:15 AM
To: Lucene Users List
Subject: OutOfMemoryError when using wildcard queries


Hi,

Am using Lucene 1.2 and getting  OutOfMemoryError when searching using 
some wildcard queries.
Is there some provision that restricts the number of terms for wildcard 
queries?

Thanks,
Akila


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to