Re: Exception while doing sorting

2008-09-22 Thread Dipen
@ganesh: For increasing memory in tomcat, you wanna increase it in CATALINA_OPTS in catalina.sh file add this : -Xmx1500m which means it shud not use more than 1500 megs or -Xms500m should have atleast 500 megs On Mon, Sep 22, 2008 at 5:15 PM, Ganesh - yahoo <[EMAIL PROTECTED]>wrote: > My in

Re: IndexWriter commit

2008-09-15 Thread Dipen
hi michael, this is rather hard for me to understand, if a system loses power (electricity), how can it be ensured that fsync() call will happen at all, this commit function relies on fsync() but what if OS doesnt have time or power in this case to actually call fsync() and synchronize. I read ab