You might wanna look at the number of file handles/max open files size : ulimit -a should give you an indication of the number of files allowed to be open if the memory issue with the JAVA_OPTS doesn't fix the problem.
On Mon, 25 Jul 2005 11:16:14 +0200 Piotr Kosiorowski <[EMAIL PROTECTED]> wrote: >Hello Jay, >I am not sure what the problem is in your case but I would >try to set >Xmx option for JVM while starting tomcat to something >bigger than >default (look at JAVA_OPTS env variable if you are running >it on >Unix). Probably the amouny of pages you have in your index >is simply >to big for defult values of Xmx param for JVM. >Regards, >Piotr > > >On 7/23/05, webmaster <[EMAIL PROTECTED]> >wrote: >> ok so I want to merge my indexes from my segments >directory, how do I go >> about doing this is it ./bin/nutch mergesegs segments >> >> also I keep getting error 500's when I search my >database via tomcat/web >> I goto localhost:8080 I see it make the root directory, >and then the page >> will popup, so I type in http for the request and >submit, I see the cpu spike >> for about 10 secs and then it comes back with a 500 page >that saya java out >> of memory, I'm trying to search about 10 mill pages I've >downloaded, the >> machine only has 512mb ram, but it dosent even hit the >swap space, or use all >> the memory in the machine, I'm using nutch 0.6 what >versions of >> tomcat/java/apache does it work with? can it work with >tomcat5 and java 1.5 >> and apache 2, I've tried it with tomcat4 java 1.4 and >still same results. Im >> running suse 9.3 amd 1900+ 32bit 512mb ram 200gb hd >> Thanks for your help, >> Jay Pound >> _________________________________________________________________ Need software for your hardware? Click here http://www.asg.co.za ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
