Hi Yury,
Thanks for your anwer.
ok for to increase memory but I have a problem with that,
I have 8Go on my computer but the JVM accepts only 2Go max with the
option -Xmx
is it normal?
Thanks,
Bruno
Le 11/07/2012 03:42, Yury Kats a écrit :
Sorting is a memory-intensive operation indeed.
Not sure what you are asking, but it may very well be that your
only option is to give JVM more memory.
On 7/10/2012 8:25 AM, Bruno Mannina wrote:
Dear Solr Users,
Each time I try to do a request with &sort=pubdate+desc....
I get:
GRAVE: java.lang.OutOfMemoryError: Java heap space
I use Solr3.6, I have around 80M docs and my request gets around 160
results.
Actually for my test, i use jetty
java -jar -Xmx2g start.jar
PS: If I write 3g i get an error, I have 8go Ram
Thanks a lot for your help,
Bruno