<?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: What is the behavior of Alfresco Community v5.0 caching and how to control it in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128327#M34807</link>
    <description>&lt;P&gt;Can you advise which config. to be checked?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT size="5"&gt;In tomcat&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;we already set to use 128GB ram&lt;/P&gt;&lt;P&gt;We used the following during tomcat service installation&lt;/P&gt;&lt;P&gt;set JAVA_OPTS=++JvmOptions="-XX:+DisableExplicitGC" ++JvmOptions="-XX:+UseConcMarkSweepGC" ++JvmOptions="-XX:+UseParNewGC" ++JvmOptions="-XX:ReservedCodeCacheSize=128m" ++JvmOptions="-Dalfresco.home=D:\Alfresco" ++JvmOptions="-Dcom.sun.management.jmxremote" --JvmMs 2560 --JvmMx 131072&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;U&gt;For solr4&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;we are using default setting, and I found that the followings are commented, should we adjust it?&lt;/P&gt;&lt;P&gt;In solrconfig.xml,&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- &amp;lt;ramBufferSizeMB&amp;gt;100&amp;lt;/ramBufferSizeMB&amp;gt; --&amp;gt;
&amp;lt;!-- &amp;lt;maxBufferedDocs&amp;gt;1000&amp;lt;/maxBufferedDocs&amp;gt; --&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 04 Jan 2023 04:49:23 GMT</pubDate>
    <dc:creator>mtgdavidchow</dc:creator>
    <dc:date>2023-01-04T04:49:23Z</dc:date>
    <item>
      <title>What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128324#M34804</link>
      <description>&lt;P&gt;We have a system running Alf5.0, you can think that we have customized field in metadata that storing the person id (unique).&amp;nbsp; When we search with the person id, if the no. of records is large (say 500 records), it needs more than few minutes to get the result.&amp;nbsp; However, after this completed, the next search of the same person id returns the result in no time. But may be few hours / days later,&amp;nbsp; the first search of it becomes slow again. And we guess this is the cache behavior (invalidated).&lt;/P&gt;&lt;P&gt;Can someone advise how to control the cache behavior such that we can cache person with many records and keep it not invalidated? Or any advice to make it user friendly on that? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 06:57:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128324#M34804</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2022-12-16T06:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128325#M34805</link>
      <description>&lt;P&gt;is there anyone can help on the above?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 05:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128325#M34805</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2022-12-21T05:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128326#M34806</link>
      <description>&lt;P&gt;Check the java memmory allocation first. In my expiriense a lot's of v5 servers works with default 1GB RAM indepandantly how many phisical memory the host have.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 12:48:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128326#M34806</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2022-12-30T12:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128327#M34807</link>
      <description>&lt;P&gt;Can you advise which config. to be checked?&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT size="5"&gt;In tomcat&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;we already set to use 128GB ram&lt;/P&gt;&lt;P&gt;We used the following during tomcat service installation&lt;/P&gt;&lt;P&gt;set JAVA_OPTS=++JvmOptions="-XX:+DisableExplicitGC" ++JvmOptions="-XX:+UseConcMarkSweepGC" ++JvmOptions="-XX:+UseParNewGC" ++JvmOptions="-XX:ReservedCodeCacheSize=128m" ++JvmOptions="-Dalfresco.home=D:\Alfresco" ++JvmOptions="-Dcom.sun.management.jmxremote" --JvmMs 2560 --JvmMx 131072&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;U&gt;For solr4&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;we are using default setting, and I found that the followings are commented, should we adjust it?&lt;/P&gt;&lt;P&gt;In solrconfig.xml,&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- &amp;lt;ramBufferSizeMB&amp;gt;100&amp;lt;/ramBufferSizeMB&amp;gt; --&amp;gt;
&amp;lt;!-- &amp;lt;maxBufferedDocs&amp;gt;1000&amp;lt;/maxBufferedDocs&amp;gt; --&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jan 2023 04:49:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128327#M34807</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-01-04T04:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128328#M34808</link>
      <description>&lt;P&gt;check this post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/default-memory-allocation-issue-in-alfresco-ce-201707-ga-aka-5-2/ba-p/291330" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/default-memory-allocation-issue-in-alfresco-ce-201707-ga-aka-5-2/ba-p/291330&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 21:47:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128328#M34808</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-01-07T21:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128329#M34809</link>
      <description>&lt;P&gt;I am already using correct JVM setting as mentioned in previous setting and I can see the tomcat can use around 6x GB memory&lt;/P&gt;&lt;P&gt;So, I am thinking other direction. Is the following related? and if yes, any way to calculate the best values?&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;U&gt;For solr4&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;we are using default setting, and I found that the followings are commented, should we adjust it?&lt;/P&gt;&lt;P&gt;In solrconfig.xml,&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- &amp;lt;ramBufferSizeMB&amp;gt;100&amp;lt;/ramBufferSizeMB&amp;gt; --&amp;gt;
&amp;lt;!-- &amp;lt;maxBufferedDocs&amp;gt;1000&amp;lt;/maxBufferedDocs&amp;gt; --&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 Jan 2023 05:12:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128329#M34809</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-01-09T05:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128330#M34810</link>
      <description>&lt;P&gt;Anyone can help to advise? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 05:07:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128330#M34810</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-01-16T05:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128331#M34811</link>
      <description>&lt;P&gt;Anyone can help ? The problem is still here&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 05:20:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128331#M34811</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-01-26T05:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128332#M34812</link>
      <description>&lt;P&gt;Anyone can help ?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 12:10:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128332#M34812</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-02-15T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is the behavior of Alfresco Community v5.0 caching and how to control it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128333#M34813</link>
      <description>&lt;P&gt;@All &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/6711"&gt;@fedorow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solr4 setting for large size of data? I am not sure how to tune it. I have already tuned tomcat java memory one. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 02:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-is-the-behavior-of-alfresco-community-v5-0-caching-and-how/m-p/128333#M34813</guid>
      <dc:creator>mtgdavidchow</dc:creator>
      <dc:date>2023-03-13T02:34:44Z</dc:date>
    </item>
  </channel>
</rss>

