I would set up logging in the admin console (queries should be logged out by default), and then check the difference between the two invocations. I don't believe the two clients are doing the *same* thing, there should be some difference.
Another chance could be that the OOM is just behind the corner and the Solr.NET invocation, the last invoker, is not the true responsible. Andrea 2015-12-08 13:52 GMT+01:00 Salman Ansari <salman.rah...@gmail.com>: > Hi, > > I have created a cluster of Solr and Zookeepers on 3 machines connected > together. Currently, I am facing a weird problem. My collection has only > 261 documents and when I try to query the documents using the browser such > as > > http:// > [ASolrServerInTheCluster]:8983/solr/sabrLocationsStore/select?q=(*:*) > > it returns the documents properly. However, when I try to do the same using > Solr.NET, it throws java.lang.OutOfMemoryError: Java heap space exception > (although I have very few documents there). Any ideas why I am getting this > error? > > Regards, > Salman >