Regex Include Only
After several hours, I found that it appeared to be some corrupt Excel files, a different version of the same file was only 11KB in size, the second was 114MB in size and that seemed to cause the memory leak, once it started, it was a lost cause. I managed to build a regex to exclude the file but would be concerned there could be other similarly corrupted files that could lead to the same problem. Cheers John
Hi Tran, Just an update/extra info ... copied the .bat file from misc folder and modified command to be: java -d64 -enableassertions -Xms2048m -Xmx4096m -Xss64m -cp %libclasspath% -Djava.library.path=lib net.sourceforge.docfetcher.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 Was hoping this might restrict its memor use to the Xmx value, but to no avail, outcome was the same, physical memory used 7.92GB out of 8.0GB after about 20 minutes indexing the one network folder. John
javaw memory use grows constantly
Yeah you are right, the Xss option is just for deep folder structures, our organisation...
Caveat is, they work really well for my laptop! But, I am indexing very large amounts...
Actually, close this as resolved! Just found that if I full remove the path to Java...
Hi there, 1) yes, I copied it to the main DocFetcher folder and ran it there. 2)...