Re: java on 64 bits

2005-10-27 Thread Roxana Angheluta
Hello everyone! Here are the conclusions we got after digging more into the problem, maybe they help someone: 1) Filling of the hard-drive was not due to java 64, this was coincidentally. 2) The intermediate files Yonik talked about (*.f*) were present because the indexing process was

Re: java on 64 bits

2005-10-21 Thread Roxana Angheluta
machine used to manage the index was on 32 bits, although the program was running on a 64bits station. Last week we changed the java to 64 bits and since then we experience strange problems, the index grows very large. I'm not sure the 2 are related, that's why I ask here: is it possible that the index

Re: java on 64 bits

2005-10-21 Thread Volodymyr Bychkoviak
on a 64bits station. Last week we changed the java to 64 bits and since then we experience strange problems, the index grows very large. I'm not sure the 2 are related, that's why I ask here: is it possible that the index got corrupted after we updated the jvm? Is there any relation between the size

Re: java on 64 bits

2005-10-21 Thread Yonik Seeley
1) make sure the failure was due to an OutOfMemory exception and not something else. 2) if you have enough memory, increase the max JVM heap size (-Xmx) 3) if you don't need more than 1.5G or so of heap, use the 32 bit JVM instead (depending on architecture, it can acutally be a little faster

RE: java on 64 bits

2005-10-21 Thread Aigner, Thomas
- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 9:28 AM To: java-user@lucene.apache.org Subject: Re: java on 64 bits 1) make sure the failure was due to an OutOfMemory exception and not something else. 2) if you have enough memory, increase the max JVM heap size (-Xmx) 3

Re: java on 64 bits

2005-10-21 Thread jian chen
it.. but I never ever put beta packages in procution.. but then again.. I'm always dealing with Microsoft :) Tom -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Friday, October 21, 2005 9:28 AM To: java-user@lucene.apache.org Subject: Re: java on 64 bits 1

java on 64 bits

2005-10-20 Thread Roxana Angheluta
Hi everybody! We have a large Lucene index which gets updated very often. Until recently the java virtual machine used to manage the index was on 32 bits, although the program was running on a 64bits station. Last week we changed the java to 64 bits and since then we experience strange