Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread Pustovalov Mike
in my applications JVM throws [java.lang.OutOfMemoryError: Java heap space] when too many java classes has been loaded and/or when i use some byte code manipulation libraries ... (hibernate, asm, cglib for example) - JVM has no more memory for compile bytecode. On Fri, 26 Jan 2007 19:46:06

Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread maureen tanuwidjaja
5 +0300, maureen tanuwidjaja > wrote: > >> Hi Mike and Erick and all, >> I have fixed my code and yes,indexing is much faster than previously >> when I do such "hammering" with IndexWriter >> However,I am now encountering the error while indexing >>

Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread Пустовалов Михаил
faster than previously when I do such "hammering" with IndexWriter However,I am now encountering the error while indexing Exception in thread "main" java.lang.OutOfMemoryError: Java heap space This error never happens before..it doesnt even exist when I do such hammering with t

Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread maureen tanuwidjaja
: > Hi Mike and Erick and all, > I have fixed my code and yes,indexing is much faster than previously > when I do such "hammering" with IndexWriter > However,I am now encountering the error while indexing > Exception in thread "main" java.lang.OutOfMemoryError:

Re: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread Пустовалов Михаил
now encountering the error while indexing Exception in thread "main" java.lang.OutOfMemoryError: Java heap space This error never happens before..it doesnt even exist when I do such hammering with the IndexWriter Is it because the document I am going to index is too much?coz I am

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

2007-01-26 Thread maureen tanuwidjaja
Hi Mike and Erick and all, I have fixed my code and yes,indexing is much faster than previously when I do such "hammering" with IndexWriter However,I am now encountering the error while indexing Exception in thread "main" java.lang.OutOfMemoryError: Java heap s