Re: Memory size error

2008-12-28 Thread Jacob Singh
Ah, quite right :) I was wondering why Solr was bailing because of a few additional results! ;P Best, Jacob On Sun, Dec 28, 2008 at 6:29 PM, Stephen Weiss wrote: > Actually I think this is a PHP error, not a Java error (I certainly > recognize it from PHP, in Java the error is usually more like

Re: Memory size error

2008-12-28 Thread Stephen Weiss
Actually I think this is a PHP error, not a Java error (I certainly recognize it from PHP, in Java the error is usually more like OutOfMemoryException). Check the server's php.ini file for a line like this: memory_limit = 16M and try setting it to something more reasonable: memory_limit =

Re: Memory size error

2008-12-28 Thread Jacob Singh
Hi Sujatha, Try setting the memory allotted to your servlet container to a higher amount with the -Xmx and -Xms Java settings. Best, Jacob On Sun, Dec 28, 2008 at 10:06 AM, Sujatha Arun wrote: > Hi , > > I am getting this error : > > Allowed memory size of 16777216 bytes exhausted (tried to all