On Mon, 26 Nov 2007, Bill Janssen wrote:

What are the VM flags you're using in your initVM() call, if any ?

Not using any.

Based on what your app's requirements are you might need more VM heap or
stack space, for example.

Might be, but I'd expect a regular Java OutOfMemory exception in that case.

Me too. But we've seen strange problems when the stack was too small.
In particular, we had a crash in a completely different and unrelated library that we were able to track down to stack blowing in the VM. We fixed it with:

    initVM(CLASSPATH, maxstack='2m')

The default Java VM stack size is pitifully small. Finding what it is is hard. A google search lead me to believe that it varied by OS and was around 32k.

Andi..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to