<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mongo DB sort operation gives error &amp;quot;Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit.&amp;quot; in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313701#M702</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 05:55:25 GMT</pubDate>
    <dc:creator>Santosh_Yadav</dc:creator>
    <dc:date>2017-12-01T05:55:25Z</dc:date>
    <item>
      <title>Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313699#M700</link>
      <description>&lt;P&gt;Hi,
I am having complex hierarchy of document up to 20 levels. And more than 1lakh of document. While I am accessing inner most level of document getting error.&lt;/P&gt;
&lt;P&gt;** com.mongodb.MongoQueryException: Query failed with error code 96 and error message 'errmsg: "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."' on server hydprdmsdb4:27020**&lt;/P&gt;
&lt;P&gt;Can any one solve this.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 13:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313699#M700</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-11-13T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313700#M701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can do, for example for 50MB blocking sort:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;gt; mongo &amp;lt;your-server-and-port&amp;gt;
&amp;gt; use admin
&amp;gt; db.adminCommand({setParameter: 1, internalQueryExecMaxBlockingSortBytes:50151432})
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regards,
VS.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:48:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313700#M701</guid>
      <dc:creator>Victor_Sánchez</dc:creator>
      <dc:date>2017-11-30T16:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313701#M702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 05:55:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313701#M702</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-12-01T05:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313702#M703</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;
&lt;P&gt;You need to enable logs on MongoDBRepository in order to tackle the culprit query. Add the following lines to the log4j.xml file to trace the queries sent to MongoDB:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;category name="org.nuxeo.ecm.core.storage.mongodb.MongoDBRepository"&amp;gt;
  &amp;lt;priority value="TRACE" /&amp;gt;
&amp;lt;/category&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Dec 2017 10:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313702#M703</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2017-12-01T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313703#M704</link>
      <description>&lt;P&gt;I already debug the query it is as follows&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:21:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313703#M704</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-12-01T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313704#M705</link>
      <description>&lt;P&gt;Please, check your mongodb parameters after changes and verify about internalQueryExecMaxBlockingSortBytes param.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 11:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313704#M705</guid>
      <dc:creator>Victor_Sánchez</dc:creator>
      <dc:date>2017-12-01T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313705#M706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:36:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313705#M706</guid>
      <dc:creator>Santosh_Yadav</dc:creator>
      <dc:date>2017-12-04T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mongo DB sort operation gives error "Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller limit."</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313706#M707</link>
      <description>&lt;P&gt;What is the context of this query ? Is it a query done by Nuxeo itself as a system/admin tasks ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 14:01:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/mongo-db-sort-operation-gives-error-quot-sort-operation-used/m-p/313706#M707</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2017-12-04T14:01:14Z</dc:date>
    </item>
  </channel>
</rss>

